need an analyse after the migration

This commit is contained in:
Sarah Hoffmann
2025-12-30 19:49:07 +01:00
parent f9864b7ec7
commit da94d7eea3

View File

@@ -343,4 +343,5 @@ def create_place_postcode_table(conn: Connection, config: Configuration, **_: An
CREATE INDEX idx_placex_geometry_placenode_nopostcode ON placex
USING SPGIST (geometry) {{db.tablespace.address_index}}
WHERE osm_type = 'N' and rank_search < 26 and class = 'place';
ANALYSE;
""")