-
statistics: fix a calculation logic flaw in `(*Index).GetRowCount` by time-and-fate · Pull Request #40522 · pingcap/tidb · GitHub
GetRowCount
のカーディナリティの計算方法を修正しています。 -
distsql: fix a bug of ranger.Range to kv.KeyRange conversion by tiancaiamao · Pull Request #40204 · pingcap/tidb · GitHub
ranger.Range
からkv.KeyRange
への変換に関する問題を修正しています。 resourcemanager, util: add resourcemanager.Unregister when closing spmcpool by zimulala · Pull Request #40547 · pingcap/tidb · GitHub リソースマネージャーのunregisterに対応しています。
txn: Optimize pessimistic transaction by supporting locking with conflict by MyonKeminta · Pull Request #35588 · pingcap/tidb · GitHub 悲観的ロックのコンフリクト競合時にキューを用いるようにしています。
ddl: reimplement get flashback cluster related key ranges by Defined2014 · Pull Request #40460 · pingcap/tidb · GitHub flashback clusterで、dropされたテーブルへの対応を変更しています。
executor: support set resource-group-name for kv request by glorv · Pull Request #40237 · pingcap/tidb · GitHub リソースグループで
resource-group-name
を設定可能にしています。ttl: submit ttl scan task to the system table by YangKeao · Pull Request #40422 · pingcap/tidb · GitHub システムテーブルへのttl scan taskを追加しています。
hint: fix the problem that set var hint is invalid when create binding by elsa0520 · Pull Request #40569 · pingcap/tidb · GitHub
SET_VAR
ヒントのついたSQLに対して、create bindingが失敗する事象を修正しています。executor: fix 'ADMIN SHOW DDL JOB QUERIES LIMIT m OFFSET n' may return multiple lines (history jobs) with same job id by lyzx2001 · Pull Request #39248 · pingcap/tidb · GitHub `ADMIN SHOW DDL JOB QUERIES LIMIT m OFFSET n' の結果が正しくない事象を修正しています。
statistics: use unbounded chan in hot task item queue by lhy1024 · Pull Request #5799 · tikv/pd · GitHub pd-heartbeat-bench実行時に、queue blockが発生する事象を修正しています。
server: decouple start of etcd client from server by lhy1024 · Pull Request #5857 · tikv/pd · GitHub etcd clientの起動をserverと分離しています。
*: add Makefile for msc by rleungx · Pull Request #5856 · tikv/pd · GitHub リソースマネージャー向けにMakefileを修正しています。
storage: unify the keyspace naming by JmPotato · Pull Request #5863 · tikv/pd · GitHub keyspaceの命名を統合しています。
*: add resource group for the read path by glorv · Pull Request #14001 · tikv/tikv · GitHub Read pathに対してリソースグループを追加しています。
txn: Do constraint check when handling repeated acqurie_pessimsitic_lock request by MyonKeminta · Pull Request #14037 · tikv/tikv · GitHub
acqurie_pessimsitic_lock request
が繰り返し発生する際に制約の確認を行わないようにしています。raftstore-v2: fix metrics and perf context by BusyJay · Pull Request #14035 · tikv/tikv · GitHub Raftstore v2のメトリクスを修正しています。
add examples in tiflash docs by shichun-0415 · Pull Request #12042 · pingcap/docs · GitHub tiflash/tune-tiflash-performance.md を更新しています。
add tiflash execution tuning materials by shichun-0415 · Pull Request #12044 · pingcap/docs · GitHub TiFlashの
Examples
を追加しています。