Closed jgpruitt closed 1 year ago
We need to analyze chunks right after we compress them. If we don't, n_live_tup will be zero, and the autovacuum engine will ignore the chunk.
n_live_tup
Please take into account the following non-code changes that you may need to make with your PR:
Upon further investigation, I don't think this will actually fix the issue we are trying to fix. AFAICT:
Description
We need to analyze chunks right after we compress them. If we don't,
n_live_tup
will be zero, and the autovacuum engine will ignore the chunk.Merge requirements
Please take into account the following non-code changes that you may need to make with your PR: