krareT / pub-task

Terark public developing
MIT License
3 stars 6 forks source link

rocksdb: distributed compaction #11

Open rockeet opened 6 years ago

rockeet commented 6 years ago

in 1-write n-read framework, write node just handling client write request and sst flush.

background compactions are running on other nodes, once compaction finished, notify all nodes to update: load new sst and discard old sst.