spatial_adapter icon indicating copy to clipboard operation
spatial_adapter copied to clipboard

Caching results from geometry_columns

Open darksheik opened this issue 13 years ago • 0 comments

Noticed there were a very large number of queries hitting the geometry_columns table in general. This change will cache the geometry information once per table per instance of PostgreSQLAdapter and return the memory object on subsequent requests.

darksheik avatar Jun 24 '12 16:06 darksheik