Nominatim/lib-sql
Sarah Hoffmann 3649487f5e use SP-GIST index for building index where available
Point-in-polygon queries are much faster with a SP-GIST geometry
index, so use that for the index used to check if a housenumber
is inside a building.

Only available with Postgis 3. There is an automatic fallback to
GIST for Postgis 2.
2021-10-10 21:55:38 +02:00
..
functions export more data for the tokenizer name preparation 2021-09-29 11:54:14 +02:00
tokenizer icu tokenizer: switch to matching against partial names 2021-09-27 11:36:19 +02:00
functions.sql move word table and normalisation SQL into tokenizer 2021-04-30 11:30:51 +02:00
indices.sql remove special code for pre9.5 postgresql 2021-07-19 10:24:57 +02:00
partition-tables.src.sql move table creation to jinja-based preprocessing 2021-03-03 22:07:51 +01:00
postcode_tables.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
table-triggers.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
tables.sql use SP-GIST index for building index where available 2021-10-10 21:55:38 +02:00
tiger_import_finish.sql remove special code for pre9.5 postgresql 2021-07-19 10:24:57 +02:00
tiger_import_start.sql move name matching into tokenizer module 2021-09-27 11:36:19 +02:00
words_from_search_name.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00