title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (July 23 ~ July 29, 2018) |
2018-07-30 |
Last week, we landed 43 PRs in the TiDB repositories, 6 PRs in the TiSpark repositories, and 17 PRs in the TiKV and PD repositories. |
|
Last week, we landed 43 PRs in the TiDB repositories.
- Add the
sum_decimal
method forAggFunc
- Support truncating and dropping partitioned tables
- Implement the reorganization of table partition when adding the index
- Fix a bug that the
bit
andyear column
types are not supported when a partition table is created - Fix a bug in the decimal modulo operation
- Refactor the code of building
Insert
- Fix a panic caused by the outdated feedback
- Fix a panic that is upgraded from the old version TiDB
- Fix a bug that null values cannot be found using the unique index
- Add the partition function check when creating a partition table
- Provide preliminary support for the parallel DDL operation
- Use
feedback
timely - Optimize
DecodeRowKey
- Remove the
types.Row
interface - Pass
row pointer
rather thanrow
to avoidconvertT2I
Last week, we landed 6 PRs in the TiSpark repositories.
Last week, we landed 17 PRs in the TiKV and PD repositories.
- Support encoding and decoding a Chunk
- Introduce a version check mechanism
- Add thread I/O metrics
- Add a document about the PD API
- Keep the number of operators generated by
HotRegionScheduler
within the schedule limit - Stop searching in
get_txn_commit_info
- Check the legality of the label
- Escape key in
Error
- Refine the task log in
raftstore
- tidb: laidahe