drop search_rank column from search_name

This is no longer needed for the initial lookup.
This commit is contained in:
Sarah Hoffmann
2026-03-02 11:32:06 +01:00
parent 46dfb12844
commit 7bbfb4b972
5 changed files with 24 additions and 18 deletions

View File

@@ -12,7 +12,6 @@ DROP TABLE IF EXISTS search_name;
CREATE TABLE search_name (
place_id BIGINT NOT NULL,
importance FLOAT NOT NULL,
search_rank SMALLINT NOT NULL,
address_rank SMALLINT NOT NULL,
name_vector integer[] NOT NULL,
nameaddress_vector integer[] NOT NULL,