title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (November 28 ~ December 04, 2016) |
2016-12-05 |
Last week, we landed 48 PRs in the TiDB repositories, 6 PRs in the TiDB docs repositories, and 22 PRs in the TiKV repositories. |
|
Last week, we landed 48 PRs in the TiDB repositories and 6 PRs in the TiDB docs repositories.
-
Refactor the time structure: Introduce a
TimeInternal
interface to replace the go time representation. -
Add the raw Key-Value API and make TiKV a raw Key-Value engine.
-
Support the PARTITION keyword: parsed but ignored.
The following guides are updated:
-
Compatibility with MySQL
Last week, we landed 22 PRs in the TiKV repositories.
-
Support consistency check to find if data is corrupted or not dynamically.
-
Add configuration to control the max running task count.
-
Add the raw Key-Value API.
-
Check the Placement Driver list to fix #1186.
-
Check whether the term is stale for the Raft command to fix #1317.
-
Schedule the log Garbage Collection by size to fix #1337.
-
Replace the score type with resource kind to calculate the scores more easily.
-
Replace origin concept
balance
withschedule
and simplify configurations. -
Use coordinator to control the speed of different schedulers.