*: use std/slices to replace exp/slices by hawkingrei · Pull Request #46433 · pingcap/tidb · GitHub "golang.org/x/exp/slices"の代わりに"slices"を利用しています。
planner: Move the Selectivity function from the stats package into cardinality package by qw4990 · Pull Request #46438 · pingcap/tidb · GitHub Selectivity関連の関数を
cardinality
パッケージに移動しています。lightning: local backend use external engine part 1 by lance6716 · Pull Request #46406 · pingcap/tidb · GitHub Lightningで
common.Engine
インターフェースを抽出しています。timer: support cron syntax for timer framework by lcwangchao · Pull Request #46331 · pingcap/tidb · GitHub timerフレームワークでcron形式の指定を可能にしています。
planner: Move some NDV and join estimation functions from the physical-optimization package into cardinality package by qw4990 · Pull Request #46442 · pingcap/tidb · GitHub Selectivity関連の関数を
cardinality
パッケージに移動しています。tables: split partiton test by hawkingrei · Pull Request #46252 · pingcap/tidb · GitHub split partitionのテストを追加しています。
timer: timer inner loop auto recover from panic by lcwangchao · Pull Request #46412 · pingcap/tidb · GitHub 複数の
loop
関数でpanicが発生した際にsleep後に再開するようにしています。
mcs: add region stats to scheduling cluster by rleungx · Pull Request #6985 · tikv/pd · GitHub 新規クラスタ作成時にregion statsを追加しています。
mcs: init HTTP handler by rleungx · Pull Request #6963 · tikv/pd · GitHub Scheduling serviceのHTTP API handlerを初期化しています。
tests: improve the wait time of WaitForPrimaryServing by JmPotato · Pull Request #6993 · tikv/pd · GitHub
WaitForPrimaryServing
での待ち時間の最適化を図っています。Revert the initialization of evict-slow-trend scheduler in `init_schedulers`. by LykxSassinator · Pull Request #6994 · tikv/pd · GitHub slow node detection: enable `evict-slow-trend` on `raft-kv2`. by LykxSassinator · Pull Request #6945 · tikv/pd · GitHub をrevertしています。
config: support changed adjust max-background-compactions dynamically by glorv · Pull Request #15425 · tikv/tikv · GitHub
max_background_compactions
を動的に変更可能にしています。raftstore-v2: enable failpoint for raftstore v2 in stale-peer by bufferflies · Pull Request #15421 · tikv/tikv · GitHub Raftstore v2でstale-peerにfailpointを有効にしています。
update an example and tiflash faq by hfxsd · Pull Request #14611 · pingcap/docs · GitHub
What kind of consistency does TiFlash provide?
を追加しています。sql plan management: make binding doc clearer with examples by Oreoxmt · Pull Request #14621 · pingcap/docs · GitHub sql-plan-management.md を更新しています。
add release notes v6.5.4 by hfxsd · Pull Request #14575 · pingcap/docs · GitHub TiDB 6.5.4のリリースノートを追加しています。