Aggregator should not forward operations downstream when snapshotting is in progress
Open
performance
sql
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
Aggregator should not forward any operation downstream when snapshotting is in progress. Only after snapshotting is completed, all records should be forwarded downstream as insert operations.
*This is to minimize the number of updates during snapshotting*
Contributor guide
Assessment
This issue has not been assessed yet.