mirror of
https://github.com/bellingcat/osm-search.git
synced 2026-06-11 21:18:33 +03:00
Add database setup scripts
This commit is contained in:
4
database/analyze.sql
Normal file
4
database/analyze.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ANALYZE planet_osm_polygon;
|
||||
ANALYZE planet_osm_line;
|
||||
ANALYZE planet_osm_point;
|
||||
ANALYZE planet_osm;
|
||||
Reference in New Issue
Block a user