title | date | summary | tags | ||||
---|---|---|---|---|---|---|---|
Weekly update (January 29 ~ February 04, 2018) |
2018-02-05 |
Last week, we landed 35 PRs in the TiDB repositories, 6 PRs in the TiSpark repositories, and 22 PRs in the TiKV and PD repositories. |
|
Last week, we landed 35 PRs in the TiDB repositories.
limit
andoffset
can be parameter markers in the prepared statementIndexOption
can be a list in creating a table- Fix the bug of some field length missing in creating a table
- Fix the bug of parsing
Datetime
overflow - Trim leading zeros before parsing integer
literal
- Fix the float truncate bug
- Importer tools support
loadStats
by path - Support mock table info for importer tools
- Let
DO
statement be a read only statement - Improve an error handling in
ddl
- Reduce memory allocation in
buildDataSource
- Make
Explain
clearer - Add the metrics package and recover
Panic
ofWorker
- Refine the
joinResult
generator to returnmaxChunkSize
chunk - Limit
lock
count forScanLock
request - Enhance the
IndexRange
calculation - Refine metrics in TiDB:
Last week, we landed 6 PRs in the TiSpark repositories.
Last week, we landed 22 PRs in the TiKV and PD repositories.
- PD: implement
GetAllStores
API - TiKV: implement
GetAllStores
API - Add PD health API
- Support setting
leader
priority to etcd members - Sync the PD leader with the etcd leader
- Add the
future
pool
- Check Range for DAG and analysis
- Sync the snapshots
- Remove the sync snapshot file
- Add operator duration metrics
- Support simple command line args
- Add Region statistics
- Clear stale data using
DeleteFilesInRanges
- TiDB: Boik