rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

move some design docs to rfcs

Open siddontang opened this issue 7 years ago • 2 comments
trafficstars

We have written many design docs internally, and we need to public them to let users know TiKV deeply.

  • [ ] Raft merge
  • [x] Batch split #6
  • [x] ReadPool optimization
  • [ ] Remove region meta from etcd
  • [ ] Distributed GC
  • [ ] Batch message
  • [ ] Coprocessor chunk
  • [ ] Raft Local reader
  • [ ] Region heartbeat optimization
  • [ ] Follower/Leader read
  • [ ] Scheduling based on priority
  • [ ] API check for compatibility rolling update
  • [ ] Titan - a new engine for RocksDB
  • [ ] Titan GC
  • [ ] Joint consensus
  • [ ] lightning
  • [ ] PD simulator
  • [x] PD schedule limit
  • [ ] Threaded Raftstore
  • [ ] Failpoint
  • [ ] Region Consistency check

siddontang avatar Oct 22 '18 03:10 siddontang

Please label all PRs for this with the "Migrated RFC" tag so our team can know that it has already been accepted/implemented.

Hoverbear avatar Nov 14 '18 15:11 Hoverbear

cc @siddontang I'd like to see the design document of -

  • Joint consensus
  • Raft Local reader
  • Follower/Leader read

If any google docs or internal docs can be shared here, I'm glad to port them into English design document for archiving.

tisonkun avatar Jun 19 '23 14:06 tisonkun