title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (September 19 ~ September 25, 2016) |
2016-09-26 |
Last week, we landed 20 PRs in the TiDB repositories and 24 PRs in the TiKV repositories. |
|
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.