[Tile-serving] [osm2pgsql] Partitioning (#92)
Paul Norman
notifications at github.com
Fri Oct 4 10:24:27 UTC 2013
It would be **extremely** useful if it was possible to create partitioned tables on tag values to improve performance. The standard example of this is the polygon table and partitioning it on `building IS NULL`. This would achieve gains greater than a partial index `ON gist (way) WHERE building IS NULL`, which is already 11%. See https://github.com/gravitystorm/openstreetmap-carto/issues/207#issuecomment-25689455
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/92
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20131004/f905b960/attachment.html>
More information about the Tile-serving
mailing list