Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport to 2.18.x: #7656: Remove limitation of compression policy for continuous aggregates #7660

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

timescale-automation
Copy link
Member

This is an automated backport of #7656: Remove limitation of compression policy for continuous aggregates.
The original issue is #7021.
This PR will be merged automatically after all the relevant CI checks pass. If this fix should not be backported, or will be backported manually, just close this PR. You can use the backport branch to add your changes, it won't be modified automatically anymore.

For more details, please see the documentation

Original description

Remove limitation of compression policy for continuous aggregates

Before compressed chunks were mutable, adding a compression policy to a continuous aggregate that could include portions of the refrsh window were blocked. When a continuous aggregate is refreshed, the underlying chunks needed to allow DELETEs and INSERTs, so they could not be compressed. Now, compressed chunks allow both operations and there is no longer a need to prevent the refresh window and compression window from overlapping.

Closes #7021

Before compressed chunks were mutable, adding a compression policy
to a continuous aggregate that could include portions of the refrsh
window were blocked. When a continuous aggregate is refreshed, the
underlying chunks needed to allow DELETEs and INSERTs, so they
could not be compressed. Now, compressed chunks allow both operations
and there is no longer a need to prevent the refresh window and
compression window from overlapping.

(cherry picked from commit 30b47b8)
@timescale-automation timescale-automation added the is-auto-backport PR created by backport automation label Feb 5, 2025
@timescale-automation timescale-automation enabled auto-merge (rebase) February 5, 2025 22:08
@timescale-automation timescale-automation merged commit f6f15dc into 2.18.x Feb 5, 2025
43 checks passed
@timescale-automation timescale-automation deleted the backport/2.18.x/7656 branch February 5, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is-auto-backport PR created by backport automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants