Create spatial indexSuggest EditsPL/pgSQLCREATE INDEX abase_geom_idx ON addressbase.addressbase USING gist(geom); Copy Page