title | date | summary | tags | |||
---|---|---|---|---|---|---|
Weekly update (November 27 ~ December 03, 2017) |
2017-12-04 |
Last week, we landed 43 PRs in the TiDB repositories, 6 PRs in the TiSpark repositories, and 17 PRs in the TiKV repositories. |
|
Last week, we landed 43 PRs in the TiDB repositories.
- Set the priority for
IndexLookupExecutor
when reading the table. - Fix the length metadata of the decimal column returned to the client.
- Fix the bug about auto-increment key after renaming a table from the old DB to another DB.
- Fix large
float64
to bigint. - Notify TiDB of updating privileges after
Alter User
andDrop user
.
- Refine codes and make
backoffer
theis-a
go context. - Refactor
NewDomain
. - Speed up loading full stats info.
- Speed up loading stats info when the server is started.
- Remvove the
hasGby
field. - Limit the
Chunk
size toMaxChunkSize
. - Remove the useless object clone.
- Split
Selection
to the logical plan and physical plan. - Move
Range
to the package ranger. - No longer treat DML as a logical/physical plan.
- Support
Chunk
in:
Last week, we landed 6 PRs in the TiSpark repositories.
- Fix the inconsistent timezone behavior of Datetime.
- Fix wrongly folded common aggregation expressions.
- Fix the inconsistent PD cache eviction and add capture for leaked exception.
Last week, we landed 17 PRs in the TiKV and PD repositories.
- Implement the count-min sketch in TiKV Coprocessor.
- Add the fake TiKV client.
- Add TLS support in TiKV and PD.
- Fix weird leader distribution after adding a new node and restarting.
- Fix wrong key range generation in tests.
- Fix wrong default features.
- Limit the generation IO of region snapshot.
- Update to protobuf 3.
- Reduce the slow log in endpoint and scheduler.
- Use
readyNotify
of etcd. - Always link to RocksDB statically.
- Use the latest rust-prometheus.
- Update RocksDB to 5.8.
- TiDB: Johnny Bergström
- Docs: Du Chuan