Closed kostmo closed 5 years ago
See documentation.
In particular, the computation of "contiguous regions" of breakages currently requires multiple table scans, for which the data is rarely updated.
The view can be periodically refreshed with:
REFRESH MATERIALIZED VIEW mymatview;
See documentation.
In particular, the computation of "contiguous regions" of breakages currently requires multiple table scans, for which the data is rarely updated.
The view can be periodically refreshed with: