[postgis-users] Postgis too slow

Andy Turk andy@streetlight.com
Wed May 15 20:12:17 2002


> Dont forget to put an index on the OID of the table you're using.
>
> 	create index oid_geo_idx on <table> (OID);
>
> dave

Maybe this is a dumb question, but how does an OID index help here?