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