1 / 5
Fill in: 'We ___ autovacuum thresholds on a high-churn table so dead tuples never pile up unnoticed.'
-
-
-
-
We 'tune' thresholds — the standard collocation for calibrating a configuration value. The other options are less idiomatic here.
2 / 5
Fill in: 'A table that never gets vacuumed can ___ bloat that slows every sequential scan against it.'
-
-
-
-
We say a neglected table will 'accumulate' bloat — the standard collocation for the gradual buildup. The other options aren't idiomatic here.
3 / 5
Fill in: 'We ___ table bloat periodically so a runaway vacuum backlog gets caught before it hurts performance.'
-
-
-
-
We 'monitor' bloat — the standard collocation for ongoing observation of a metric. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ a manual vacuum during a low-traffic window rather than waiting for autovacuum alone.'
-
-
-
-
We 'run a vacuum' — the standard, simple collocation for executing the maintenance command. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ transaction ID wraparound risk by watching how close a table gets to the freeze limit.'
-
-
-
-
We 'track' risk — the standard collocation for monitoring an approaching limit. The other options are less idiomatic here.