For --auto-bounds quick
, use ST_EstimatedExtent
instead of ST_Extent
for quicker results
#1206
Labels
--auto-bounds quick
, use ST_EstimatedExtent
instead of ST_Extent
for quicker results
#1206
Modify PG querying to use a quicker extent function when the bound check is set to
quick
Implementation is easy: simply add another bool param to
calc_bounds
, and use a different function depending on that parammartin/martin/src/pg/query_tables.rs
Line 214 in e304678
The text was updated successfully, but these errors were encountered: