You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: