title | date | summary | tags | ||
---|---|---|---|---|---|
Weekly update (March 06 ~ March 12, 2017) |
2017-03-13 |
Last week, we landed 30 PRs in the TiDB repositories and 13 PRs in the TiKV repositories. |
|
Last week, we landed 30 PRs in the TiDB repositories.
-
Add context in exector: prepare for canceling execution.
-
Support string literal with in the national character set
N'literal'
.
-
Clean up pending task when close executor: fix memory leak.
-
Fix a bug in optimizer about pushing down limit across filter.
-
Fix a bug in optimizer about column prunning on union statement.
Last week, We landed 13 PRs in the TiKV repositories.
-
Add metric for RocksDB compaction.
-
Collect scanned key count to detect region access hotspot.
-
Support
GetRegionByID
forpd-ctl
. -
Enable AutoCompactionRetention to reduce PD space occupation.
-
Reduce manual compaction for Lock CF to avoid too many WAL logs.
-
Only check scheduler busy error for Write command.
-
Fix data race for updating replication configuration.
-
Prohibit joining the PD cluster with empty name.
-
Beautify region log.
-
Cleanup iterator creation.
-
Adjust default leader scheduler limit to speed up leader balance.