convert snapshot to checkpoint.
Open
design discussion
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
Generating a snapshot is fast(less 5 ms), but creating one checkpoint is slow(more than 10s). can we convert snapshot to checkpoint? we were designing raft kv system base rocksdb. It must be blocked to apply the state machine,so we can generate a snapshot and async convert to checkpoint to the disk consistently.
Contributor guide
Assessment
This issue has not been assessed yet.