Table partitions enable you to divide your data into smaller groups of data. In most cases, table partitions are created on a date column. Partitioning is supported on all SQL Data Warehouse table ...
-- Copyright (C) 2022 by the Nominatim developer community. -- For a full list of authors see the git log. drop table IF EXISTS search_name_blank CASCADE; CREATE ...