title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (December 19 ~ December 25, 2016) |
2016-12-26 |
TiDB RC1 is released! Last week, we landed 34 PRs in the TiDB repositories and 14 PRs in the TiKV repositories. |
|
TiDB RC1 is released!
Last week, we landed 34 PRs in the TiDB repositories.
-
Refactor the time type related code: #2259, #2280, #2284, #2289, #2292
-
Refactor optimizer: extract initialization related code into physical Initialization.
-
Skip the constraint check for prewrite to improve the loading data speed.
Last week, We landed 14 PRs in the TiKV repositories.
-
Add configuration to control the replica scheduling speed.
-
Skip constraint check for prewrite to improve the loading data speed.
-
Add region and store commands to pd-ctl.
-
Add configuration to cache index and filter blocks in the block cache.
-
Report snapshot sending status reliably to fix #1377.
-
Store short value in write cf directly to save space and improve performance.
-
Remove unnecessary admin operators.
-
Handle Raft ready append log in one WriteBatch to reduce the CPU usage and improve performance.
-
Remove the down peer first when scheduling replicas.