Add database setup scripts

This commit is contained in:
Logan Williams
2023-06-13 13:53:20 +02:00
parent c2d78c71c2
commit 63e3387e29
5 changed files with 219 additions and 0 deletions

3
database/cluster.sql Normal file
View File

@@ -0,0 +1,3 @@
CLUSTER planet_osm_point USING planet_osm_point_way_idx;
CLUSTER planet_osm_line USING planet_osm_line_way_idx;
CLUSTER planet_osm_polygon USING planet_osm_polygon_way_idx;