Nominatim/nominatim/db
Sarah Hoffmann 81eed0680c 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.
2024-02-04 21:35:10 +01:00
..
sqlalchemy_types enable all API tests for sqlite and port missing features 2023-12-07 09:32:02 +01:00
__init__.py move indexing function into its own Python module 2021-01-18 15:43:27 +01:00
async_connection.py 'fix' issues with recent changes to psycopg2 typing 2023-09-17 15:09:34 +02:00
async_core_library.py enable API use with psycopg 3 2023-05-18 16:08:32 +02:00
connection.py Removed unused variable, fixed connection 2023-12-07 09:04:33 +01:00
properties.py adapt to new type annotations from typeshed 2022-08-09 11:06:54 +02:00
sql_preprocessor.py recreate word table when refreshing counts 2024-02-04 21:35:10 +01:00
sqlalchemy_functions.py update typing for latest changes in SQLAlchemy 2023-12-29 20:55:33 +01:00
sqlalchemy_schema.py hide type differences between Postgres and Sqlite in custom types 2023-12-07 09:31:00 +01:00
sqlite_functions.py enable all API tests for sqlite and port missing features 2023-12-07 09:32:02 +01:00
status.py adapt to new type annotations from typeshed 2022-08-09 11:06:54 +02:00
utils.py remove now unnecessary type igonre comment 2023-11-01 11:57:57 +01:00