perf: optimize trusted full-area analysis
This commit is contained in:
@@ -1043,6 +1043,14 @@ stay within upstream response limits, then builds one retained 10 m mosaic and
|
||||
one normal regional vector Dataset. A failed source request leaves completed
|
||||
partition artifacts reusable and never lowers source resolution silently.
|
||||
|
||||
Official operator datasets record that their geometries were clipped to the
|
||||
persisted Area. When that exact Area is selected, vector totals and aggregate
|
||||
metrics use the already clipped geometries directly rather than intersecting
|
||||
every row with the same detailed boundary again. This optimization is allowed
|
||||
only for matching Dataset/Area ids with explicit clipping metadata or a known
|
||||
clipping operator; drawn rectangles and ordinary uploads keep the normal exact
|
||||
PostGIS intersection path.
|
||||
|
||||
## Helpful repository scripts
|
||||
|
||||
- `bash scripts/backend_install.sh`
|
||||
|
||||
Reference in New Issue
Block a user