Skip to content

Latest commit

 

History

History
89 lines (73 loc) · 4.96 KB

2017-07-31-tidb-weekly.md

File metadata and controls

89 lines (73 loc) · 4.96 KB
title date summary tags
Weekly update (July 24 ~ July 30, 2017)
2017-07-31
Last week, we landed 50 PRs in the TiDB repositories and 27 PRs in the TiKV repositories.
TiDB
TiKV

Weekly update in TiDB

Last week, we landed 50 PRs in the TiDB repositories.

Added

Fixed

Improved

New Contributor (Thanks!)

Weekly update in TiKV

Last week, We landed 27 PRs in the TiKV repositories.

Added

Fixed

Improved

  • Log more detailed error when transaction fails.
  • Refactor RocksDB options.
  • Implement serde for enum and readable types.
  • Use the FIFO queue for coprocessor work queue.
  • Decrease default leader-schedule-limit to 64.
  • Update distinct score calculation for different stores.
  • Enhance the PD join function.

New contributors