layout | title |
---|---|
post |
Weekly Update |
Last week, we landed 48 PRs in the TiDB repositories, 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:
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.