title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (March 20 ~ March 26, 2017) |
2017-03-27 |
Last week, we landed 40 PRs in the TiDB repositories and 18 PRs in the TiKV repositories. |
|
Last week, we landed 40 PRs in the TiDB repositories.
-
Add many builtin functions:
degree
,insert
,instr
,any_value
,elt
,uuid
,ord
,sin
,inet_ntoa
,maketime
,sha2
,quarter
-
Add a command line flag to start TiDB without authentication function.
-
Make index serial scan concurrency configurable with system variable.
-
Refactor coprocessor architecture: Add DAG physical plan protobuf.
-
Refactor TiDB specific system variable: Make code cleaner.
Thank you guys!
Last week, We landed 18 PRs in the TiKV repositories.
- Add RocksDB WAL options to support in memory storage.
-
Fix fetching stale TSO when leader switches back to the previous node.
-
Make sure that commit TS is always after the start TS.
-
Speed up the process of transfer leader.
-
Make Lock CF configurable.
-
Make schedule and replication options persistent.
-
Optimize balance speed with calculating leader/region count from cache.