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
To improve our checkpoint strategy, we decide to support checkpoint in MView granularity with configurable consistency. In other words, each MView can complete its checkpoint independently.
Introduce hummock group in hummock manager to track MaxCommittedEpoch (MCE) of each MView
Support reads/writes with hummock group
Support group based barrier injection/collection and epoch commit
Support group based failover
Discussion:
How to ensure query consistency after failover (rollback MCE or not? If not, frontend waits or storage waits?)
The text was updated successfully, but these errors were encountered:
To improve our checkpoint strategy, we decide to support checkpoint in MView granularity with configurable consistency. In other words, each MView can complete its checkpoint independently.
Discussion:
The text was updated successfully, but these errors were encountered: