facebook / facebook/rocksdb

convert snapshot to checkpoint.

Open
#8,674 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.