[Tile-serving] [osm2pgsql] CLUSTER (#99)
Paul Norman
notifications at github.com
Sun Oct 27 08:11:41 UTC 2013
osm2pgsql currently does a query like `CREATE TABLE osm_planet_point AS SELECT * FROM osm_planet_point_tmp ORDER BY way;`
Apparently in whatever version of postgresql was in common at the time, this was better than CLUSTER.
Are there still reasons for doing this?
#27 needs to be added before I can test this - that or I first cluster the tables on ID, then try the `ORDER BY` and `CLUSTER` routes. #87 should be checked at the same time.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/99
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20131027/669e5319/attachment.html>
More information about the Tile-serving
mailing list