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
for pd-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.