I have a continuous aggregate that I refresh manually every hour, for a specific 1 hour timeframe with some lag from the current hour. I don’t want to add a refresh policy that will interfere with this, as it is part of a batch process with other dependencies. I want to add compression for older data that is not being updated, but getting this error:
ERROR: setup a refresh policy for “MV” before setting up a compression policy.
How can I add compression in this case? Or can I/should I be using a regular MV for this?
1 post - 1 participant