Closed slow-zhang closed 3 years ago
Same question, Is there any plan to use raft-engine instead of using rocksdb to store logs?
@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.
@tabokie from which version we can try this feature? v5.0.1? or in master branch?
@tabokie from which version we can try this feature? v5.0.1? or in master branch?
@hykych v5.0.0 forward
when will this repo be used in tikv? Is there some guide if I want to use it in self-build tikv.