mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
need an analyse after the migration
This commit is contained in:
@@ -343,4 +343,5 @@ def create_place_postcode_table(conn: Connection, config: Configuration, **_: An
|
|||||||
CREATE INDEX idx_placex_geometry_placenode_nopostcode ON placex
|
CREATE INDEX idx_placex_geometry_placenode_nopostcode ON placex
|
||||||
USING SPGIST (geometry) {{db.tablespace.address_index}}
|
USING SPGIST (geometry) {{db.tablespace.address_index}}
|
||||||
WHERE osm_type = 'N' and rank_search < 26 and class = 'place';
|
WHERE osm_type = 'N' and rank_search < 26 and class = 'place';
|
||||||
|
ANALYSE;
|
||||||
""")
|
""")
|
||||||
|
|||||||
Reference in New Issue
Block a user