Open bsislow opened 2 years ago
we have 48 instances in our postgres farm for a given region.
it's painful to go through each instance and modify the threshold for a given check for each one.
how do we modify the check in all instances at once using DML?
for example, show me how to modify the check BTree index bloat ratio estimation across the board.
BTree index bloat ratio estimation
thank you.
related to #728
we have 48 instances in our postgres farm for a given region.
it's painful to go through each instance and modify the threshold for a given check for each one.
how do we modify the check in all instances at once using DML?
for example, show me how to modify the check
BTree index bloat ratio estimation
across the board.thank you.