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

[Feature]: CREATE OR REPLACE continuous aggregate #7760

Open
luukvnes opened this issue Feb 20, 2025 · 1 comment
Open

[Feature]: CREATE OR REPLACE continuous aggregate #7760

luukvnes opened this issue Feb 20, 2025 · 1 comment
Labels
feature-request Feature proposal

Comments

@luukvnes
Copy link

What problem does the new feature solve?

Hi,

I have continous aggregates that holds data from a hypertable where that data is already dropped. Whenever i want to change the continous aggregate in a meaningful way (e.g. alter, drop or instert a column) I have a number of unpleasant solutions.

  • Hold a duplicate cagg until the data is past the retention policy of the cagg (takes up a lot of space)
  • Create a temporary hypertable that copies data from the original cagg before basing the the new cagg on that hypertable
  • Keep the old cagg and create an additional cagg with only the changed columns (becomes very messy)

Therefore being able to edit a the cagg without dropping data would help a lot.

What does the feature do?

Allow a CREATE OR REPLACE for a continuous aggregate.

Implementation challenges

No response

@luukvnes luukvnes added the feature-request Feature proposal label Feb 20, 2025
@salisbury-espinosa
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Feature proposal
Projects
None yet
Development

No branches or pull requests

2 participants