title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (August 05 ~ August 12, 2016) |
2016-08-12 |
Last week, we landed 20 PRs in the TiDB repositories and 11 PRs in the TiKV repositories. |
|
Last week, we landed 20 PRs in the TiDB repositories and 11 PRs in the TiKV repositories.
- Rewrite Lexer and improve the speed of parsing SQL texts by 40%.
- Add a command line flag for log output file and rotate log files regularly.
- Optimize the 2 phase commit process and adopt faster methods to clear locks.
- Optimize the execution speed of the
Insert On Duplicate Update
statement. - Update the Documents repository.
- Fix several bugs.
- Support the
Scan
andResolve
transaction lock. - Support garbage collection(GC) stale peer.
- Use a
Write
column family to store transaction commit logs. - Remove the unnecessary
Seek
operation. - Fix random quorum test.
- Support the
get PD leader
API.