statistics: improve code to avoid data race by hawkingrei · Pull Request #46309 · pingcap/tidb · GitHub
statistics
パッケージでレースコンディションを修正しています。metrics: change PD tso rpc duration to higher percentile by jackysp · Pull Request #45954 · pingcap/tidb · GitHub
PD TSO RPC Duration
メトリクスのパーセンタイルを変更しています。binlog: fix the wrong fatal error when binlog is too large by jackysp · Pull Request #46365 · pingcap/tidb · GitHub binlogサイズが大きすぎる場合のエラーメッセージを変更しています。
OWNERS: Auto Sync OWNERS files from community membership by ti-chi-bot · Pull Request #46381 · pingcap/tidb · GitHub
OWNERS
ファイルを更新しています。*: use std/slices to replace exp/slices by hawkingrei · Pull Request #46373 · pingcap/tidb · GitHub "golang.org/x/exp/slices"を"slices"に置き換えています。
ddl: small fix of `verifyRemainRecordsForCheckConstraint` func by jiyfhust · Pull Request #46023 · pingcap/tidb · GitHub
verifyRemainRecordsForCheckConstraint
で実行するSQLを変更しています。planner: Move the Selectivity function from the stats package into cardinality package by qw4990 · Pull Request #46383 · pingcap/tidb · GitHub Selectivity関連の関数を
cardinality
パッケージに移動しています。disttask: record subtask start/update time by D3Hunter · Pull Request #46361 · pingcap/tidb · GitHub disttaskのsubtaskの開始、終了時刻を記録しています。
planner: fix potential panic when generating hints in statement summary by jackysp · Pull Request #46312 · pingcap/tidb · GitHub Statement summaryでヒント生成時にpanicしうる事象を修正しています。
planner: enable stats LFU cache by hawkingrei · Pull Request #46320 · pingcap/tidb · GitHub
planner
パッケージでLFU cacheの統計を有効にしています。statistics: use DatumMapCache to remove duplicate code by hawkingrei · Pull Request #46364 · pingcap/tidb · GitHub
statistics
パッケージで重複したコードを削除しています。br/lightning: add duplicate detect adaptor for external writer by tangenta · Pull Request #46387 · pingcap/tidb · GitHub BR、Lightningでwriterの重複検知アダプターを追加しています。
expression: support member_of pushdown to tikv | tidb-test=pr/2205 by wshwsh12 · Pull Request #46308 · pingcap/tidb · GitHub
member_of
関数をTiKVにpushdown可能にしています。executor/lockstats: reuse the same code and return err earlier by hi-rustin · Pull Request #46382 · pingcap/tidb · GitHub
executor/lockstats
でコードの再利用を図っています。parser: Update ServerVersion to 8.0.11 by dveeden · Pull Request #46155 · pingcap/tidb · GitHub
ServerVersion
を8.0.11-TiDB
に更新しています。planner: Move the Selectivity function from the stats package into cardinality package by qw4990 · Pull Request #46405 · pingcap/tidb · GitHub Selectivity関連の関数を
cardinality
パッケージに移動しています。
server: add gRPC rate limit by rleungx · Pull Request #6834 · tikv/pd · GitHub grpcのレートリミットを追加しています。
Bugfix when restarting from an existing cluster. by LykxSassinator · Pull Request #6986 · tikv/pd · GitHub クラスターの再起動でスケジュールが再開しない事象を修正しています。
server: add back heap profile HTTP API and make it secure by Connor1996 · Pull Request #15408 · tikv/tikv · GitHub HTTP APIにback heap profileを追加しています。
raftstore-v2: fix compact range bugs that causes false positive clean tablet by tabokie · Pull Request #15332 · tikv/tikv · GitHub Raftstore v2でcompact rangeによってdirtyなtabletがcleanであると報告される事象を修正しています。
scheduler: not panic in the case of unexepected dropped channel when shutting dowm by SpadeA-Tang · Pull Request #15426 · tikv/tikv · GitHub 停止時にpanicしうる事象を修正しています。
raftstore: disable duplicated mvcc key compaction check by default by SpadeA-Tang · Pull Request #15427 · tikv/tikv · GitHub 重複したMVCCのkey compactionチェックをデフォルトで無効にしています。
server: fix memory trace's leak metrics by tonyxuqqi · Pull Request #15353 · tikv/tikv · GitHub
raft_router/apply_router
のメモリ使用状況をトレースするようにしています。
- develop: refactor Python mysqlclient tutorial by shizn · Pull Request #14544 · pingcap/docs · GitHub
Connect to TiDB with mysqlclient
を更新しています。