statistics: support reject for LFU cache by hawkingrei · Pull Request #46090 · pingcap/tidb · GitHub StatisticsのLFU cacheのrejectに対応しています。
planner: don't force set the Column in physical proj elimination | tidb-test=pr/2199 by winoros · Pull Request #45824 · pingcap/tidb · GitHub パーティション表への検索で発生する
(1105, 'runtime error: index out of range [0] with length 0')
を修正しています。br: configure the httpclient for external storage by Leavrth · Pull Request #46040 · pingcap/tidb · GitHub BRの
MaxIdleConnsPerHost
をMaxIdleConns
と同じ値にしています。planner: fix index heuristic rule will prune out hint preferred tiflash path by AilinKid · Pull Request #46102 · pingcap/tidb · GitHub
READ_FROM_STORAGE
ヒント利用で発生するERROR 1815 (HY000): Internal : Can't find a proper physical plan for this query
を修正しています。planner: avoid create new stats cache by hawkingrei · Pull Request #46150 · pingcap/tidb · GitHub 不要な統計のcacheを作成しないようにしています。
*: use std/slices to replace exp/slices by hawkingrei · Pull Request #46128 · pingcap/tidb · GitHub "golang.org/x/exp/slices"を"slices"に置き換えています。
*: support `/upgrade/start` and `upgrade/finish` APIs by zimulala · Pull Request #45887 · pingcap/tidb · GitHub
/upgrade/start
とupgrade/finish
APIを追加しています。tests: make test TestRuntimeHintsInEvolveTasks stable by crazycs520 · Pull Request #46152 · pingcap/tidb · GitHub 不安定な
TestRuntimeHintsInEvolveTasks
テストを修正しています。disttask: add server info for dispatcher log by JK1Zhang · Pull Request #46123 · pingcap/tidb · GitHub Disttaskのdispatcher logにserver infoを追加しています。
ddl, session: using table ID instead of partition ID when calling `SplitRegions` by zimulala · Pull Request #46156 · pingcap/tidb · GitHub パーティション表のsplit時にpartition idではなくtable idを利用するようにしています。
- *: supports build pd-server with fail point by nolouch · Pull Request #6946 · tikv/pd · GitHub pd-serverをfail pointつきでビルド可能にしています。
config: disable rocksdb ribbon filter by overvenus · Pull Request #15331 · tikv/tikv · GitHub RocksdbのRibbon filtersを無効にしています。
log_backup: save storage safe point asynchronously by YuJuncen · Pull Request #15314 · tikv/tikv · GitHub Log backupのsave pointを非同期で保存するようにしています。
*: replace select!{ timeout } with block_on_timeout by overvenus · Pull Request #15341 · tikv/tikv · GitHub タイムアウトに
block_on_timeout
を利用するようにしています。
- tidb: explain the `pseudo` stats by ran-huang · Pull Request #14516 · pingcap/docs · GitHub
pseudo
statsの意味を説明しています。