layout | title |
---|---|
post |
Weekly Update |
2017-06-12
Last week, we landed 52 PRs in the TiDB repositories.
-
Refactor the optimizer:
-
JSON type:
-
Refactor expression evaluation:
-
Speed up DDL process:
Last week, We landed 25 PRs in the TiKV repositories.
- Add the bloom filter for Lock CF meltable.
- Introduce gRPC, see 1892, 1894, 1896, 1903
- Use SST based bloom filter by default.
- Remove the bloom filter for Raft CF.
- Provide the GetTSAsync API.
- Delete idle snapshot only on GC.
- Notify the blocked goroutines when get stream error.
- Fix a bug in
get_txn_commit_info
for concurrentprewrite
. - Check the leader again when fail to create TSO stream.
- Fix a data race problem in PD client.
- Optimize the Raft log entry fetching.
- Capture the SIGHUP and close gracefully.
- Avoid allocating lots of memory in
topn
function. - Use SST snapshot format by default to speed up Raft snapshot applying.