tikv / raft-engine

A persistent storage engine for Multi-Raft log
Apache License 2.0
565 stars 88 forks source link

Release Roadmap #68

Closed slow-zhang closed 3 years ago

slow-zhang commented 3 years ago

when will this repo be used in tikv? Is there some guide if I want to use it in self-build tikv.

rpbear88 commented 3 years ago

Same question, Is there any plan to use raft-engine instead of using rocksdb to store logs?

tabokie commented 3 years ago

@slow-zhang @rpbear88 As an experimental feature, TiKV can already leverage raft-engine (controlled by config). This feature is still too early to ship to production environment, but you are welcome to try it out in testing. We appreciate your feedback for that matter. And indeed we are working on a plan to productionize this engine, hopefully in next few releases.

hykych commented 3 years ago

@tabokie from which version we can try this feature? v5.0.1? or in master branch?

tabokie commented 3 years ago

@tabokie from which version we can try this feature? v5.0.1? or in master branch?

@hykych v5.0.0 forward