]> git.openstreetmap.org Git - nominatim.git/commit
reinstate word column in icu word table
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 25 Jul 2021 13:08:11 +0000 (15:08 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 28 Jul 2021 09:31:47 +0000 (11:31 +0200)
commit1db098c05d54e50e1682747d446ef92f5ed0f9f6
tree49a0737c377620f5d1136d8739ec6d5e3136ab20
parent324b1b5575ce1793d90cdb9837230f76acd8169e
reinstate word column in icu word table

Postgresql is very bad at creating statistics for jsonb
columns. The result is that the query planer tends to
use JIT for queries with a where over 'info' even when
there is an index.
lib-php/tokenizer/legacy_icu_tokenizer.php
lib-sql/tokenizer/icu_tokenizer_tables.sql
lib-sql/tokenizer/legacy_icu_tokenizer.sql
nominatim/tokenizer/legacy_icu_tokenizer.py
test/bdd/steps/steps_db_ops.py
test/python/mock_icu_word_table.py