spatial_adapter
spatial_adapter copied to clipboard
Caching results from geometry_columns
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.