]> git.openstreetmap.org Git - nominatim.git/commitdiff
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)
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.


No differences found