For --auto-bounds quick
, use ST_EstimatedExtent
instead of ST_Extent
for quicker results #1206
Open
Description
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 param
martin/martin/src/pg/query_tables.rs
Line 214 in e304678