MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

SSTable id generate rules #61

Open MrCroxx opened 2 years ago

MrCroxx commented 2 years ago

SSTable id should be globally unique. To simplify the sstable id generation logic, each generate sstable id based on its node id and a persisted sequential number.