As Remi notes, going with a pointcloud approach might be wiser, particularly if you aren’t storing much more about the points that coordinates and other lidar return information. Since you’re only working with points, depending on your spatial distribution (over poles? dateline?) you might just geohash them and index them with a btree instead. The index will work better than a rtree for points, efficiencywise, however you’ll still have a multi-billion record table, which could cause other slowdowns, depending on your plans for accessing this data once you’ve indexed it. P. Paul Ramsey http://cleverelephant.ca http://postgis.net
On January 15, 2015 at 8:44:03 AM, Rémi Cura (remi.cura@xxxxxxxxx) wrote:
|