layout | title |
---|---|
post |
Weekly Update |
Last week, we landed 20 PRs in the TiDB repositories and 24 PRs in the TiKV repositories.
- Support DML binlog.
- Support reading the history data.
- Add more metrics to distsql, DDL, and store.
- Replace the vendor tool with glide.
- Improve test coverage.
- Code cleanup.
- Improve the test code by splitting a big test file into smaller files.
- Port the
read index
feature from etcd. - Add the upper bound mod support to the iterator to improve the
seek
performance. - Support the recovery mode for RocksDB.
- Support adding/removing column families dynamically.
- Remove the
watch
leader mechanism for the clients becausse the PD server can proxy requests to the leader. - Add the
GetRegionByID
command.