Nominatim/nominatim/db
Sarah Hoffmann 8d8b1d4307 use non-key index to speed up housenumber search
On Postgresql versions 11+ add an index to speed up the lookup
of housenumbers for terms found in search_name. This is really
just a band-aid around the query planer's interpretation of the
query.
2021-04-01 17:10:44 +02:00
..
__init__.py move indexing function into its own Python module 2021-01-18 15:43:27 +01:00
async_connection.py improve deadlock detection for various versions of psycopg2 2021-02-25 18:11:16 +01:00
connection.py move import-data option to native python 2021-02-25 18:42:54 +01:00
properties.py save software version in the database 2021-03-01 20:35:15 +01:00
sql_preprocessor.py use non-key index to speed up housenumber search 2021-04-01 17:10:44 +02:00
status.py ignore failure to get replication date 2021-02-14 12:17:30 +01:00
utils.py make sure psql always finishes 2021-02-27 10:24:40 +01:00