Replies: 1 comment 3 replies
-
|
Barrier/epoch determines the freshness, e.g. how fresh the materialized view is when being batch queried. Checkpoint interval tradeoff between the time you spent on catching up when recovery and the performance during regular hours. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team! I'm trying to understand the architectural reasoning behind RisingWave's epoch and checkpoint design, specifically why we need the
checkpoint_frequencyparameter.Configuration 1: Frequent epochs, infrequent checkpoints
Result: Checkpoints every 10 seconds
Configuration 2: Longer epochs aligned with checkpoints
Result: Checkpoints every 10 seconds (same outcome)
Why separate epochs from checkpoints? Is there a technical constraint I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions