]> git.openstreetmap.org Git - nominatim.git/commit
recreate word table when refreshing counts
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 4 Feb 2024 15:43:33 +0000 (16:43 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 4 Feb 2024 20:35:10 +0000 (21:35 +0100)
commit81eed0680cd2a8b5c53217ab2996a43ab17f5056
tree2f7f663cc814d420531e7c4fb34acdf45f6a1279
parent33c0f249b1a9bc716bcb89078c4a766766cbe94f
recreate word table when refreshing counts

The counting touches a large part of the word table, leaving
bloated tables and indexes. Thus recreate the table instead and
swap it in.
lib-sql/tokenizer/icu_tokenizer_tables.sql [deleted file]
nominatim/clicmd/refresh.py
nominatim/clicmd/setup.py
nominatim/db/sql_preprocessor.py
nominatim/tokenizer/base.py
nominatim/tokenizer/icu_tokenizer.py
nominatim/tokenizer/legacy_tokenizer.py
test/python/cli/conftest.py
test/python/tokenizer/test_icu.py
test/python/tokenizer/test_legacy.py