Files
data-services/geocoder/setup/ip-addresses/indexes.sql
T

3 lines
125 B
SQL

-- Index on IP addresses table
CREATE UNIQUE INDEX idx_ip_address_locations_start ON ip_address_locations (network_start_ip)