title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (April 02 ~ April 08, 2018) |
2018-04-09 |
Last week, we landed 28 PRs in the TiDB repositories, 1 PR in the TiSpark repositories, and 9 PRs in the TiKV and PD repositories. |
|
Last week, we landed 28 PRs in the TiDB repositories.
- Support
AdminCleanupIndex
to clean up the dangling index - Support
AlterTableComment
- Add
RawDeleteRange
API - Make
session transaction isolation level
take effect only once
- Fix row estimation for the pseudo unique key
- Fix row count estimation for the column with null values
- Fix the result of
cast (0x10 as binary(2))
- Fix zero value issue for binary type
- Merge
BatchGet
results to fixInsertIgnore
in a transaction block
- Track memory usage for
NestedLoopApply
- Delete ranges when rolling back
add index
- Optimize the insert executor on duplicate key update
- Upgrade mysql.db user column length to 32
Last week, we landed 1 PR in the TiSpark repositories.
Last week, we landed 9 PRs in the TiKV and PD repositories.
TiKV:
Docs: