]> git.openstreetmap.org Git - nominatim.git/commit
remove unused columns from word and search_name_* tables
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 9 Apr 2013 20:44:05 +0000 (22:44 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 9 Apr 2013 20:44:05 +0000 (22:44 +0200)
commit23d303124e903e58e5c95890868de8c62304946f
treeb0425e3840117410dde5952acf39160e771c1a99
parent4d2b88dd3eb78eafddba5f093aa55c8572aa3d26
remove unused columns from word and search_name_* tables

  Removes 'trigram' and 'location' from word.
  Removes 'address', 'importance' and 'country_code' from search_name_*.
  Use full geometry in centroid column of search_name_*.

  Requires migration of existing tables. For more info see pull request
  https://github.com/twain47/Nominatim/pull/45
sql/functions.sql
sql/indices.src.sql
sql/partition-functions.src.sql
sql/partition-tables.src.sql
sql/tables.sql
website/search.php