timescale / promscale_extension

[DEPRECATED] Tables, types and functions supporting Promscale
Other
37 stars 17 forks source link

Analyze chunks after compression #593

Closed jgpruitt closed 1 year ago

jgpruitt commented 1 year ago

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:

jgpruitt commented 1 year ago

Upon further investigation, I don't think this will actually fix the issue we are trying to fix. AFAICT: