[postgis-users] PostGIS, Mapserver and itemquery question from a newbie
David Blasby
dblasby at refractions.net
Mon Mar 29 08:52:23 PST 2004
coldwell at csptexas.com wrote:
Put indexes on your table:
create index prop_idx_id on <table> (prop_id);
create index oid_idx on <table> (oid);
vacuum analyse;
dave
More information about the postgis-users
mailing list