-
disttask: batch insert subtasks by ywqzzy · Pull Request #47207 · pingcap/tidb · GitHub disttaskでinsert subtaskを単一のSQLで実施しています。
-
disttask: Add history table for global task by ywqzzy · Pull Request #47179 · pingcap/tidb · GitHub global taskの履歴を保持する
tidb_global_task_history
テーブルを追加しています。 tests: move test cases of privilege package to integration test (part1) by tiancaiamao · Pull Request #47150 · pingcap/tidb · GitHub
privilege
内のインテグレーションテストをexplain test
に移動しています。importinto: fix import-rows always 0 by D3Hunter · Pull Request #47225 · pingcap/tidb · GitHub import intoでglobal sortを利用した際に
imported-rows
がつねに0となる事象を修正しています。executor, tests: move IT in `executor/test/issuetest` to `tests/integrationtest` by Defined2014 · Pull Request #47077 · pingcap/tidb · GitHub
executor/test/issuetest
内のインテグレーションテストをtests/integrationtest
に移動しています。pkg/lightning: retry individual scatter region by mittalrishabh · Pull Request #46245 · pingcap/tidb · GitHub Lightningでscatter regionのリトライ方法を変更しています。
*: move IT tests in `sessionctx`, `sessiontxn` to integrationtest by Defined2014 · Pull Request #47212 · pingcap/tidb · GitHub
sessionctx
とsessiontxn
内のインテグレーションテストをintegrationtest
に移動しています。statistics: first calculate NDV to better reuse memory by hawkingrei · Pull Request #47220 · pingcap/tidb · GitHub FMSketchが多くのメモリを付くため、最初にNDVを算出してその後破棄するようにしています。
*: upgrade client-go and update metircs about resource control by nolouch · Pull Request #47232 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
dist/ddl: add subtask metrics by okJiang · Pull Request #47175 · pingcap/tidb · GitHub disttaskのdispatcherとschedulerのメトリクスを追加しています。
planner: support sync loading for mv index stats by time-and-fate · Pull Request #47146 · pingcap/tidb · GitHub Multi value indexの統計情報の同期ロードに対応しています。
docs: add background resource control design by glorv · Pull Request #46401 · pingcap/tidb · GitHub
Background Tasks Control
デザインドキュメントを追加しています。disttask/ddl: change memory quota for writer by ywqzzy · Pull Request #47251 · pingcap/tidb · GitHub disttaskでwriter用にmemory quotaを設定しています。
placement: merge the rules if the constraints are the same by nolouch · Pull Request #46529 · pingcap/tidb · GitHub 条件が同じになるplacement rulesを統合しています。
disttask: add cleanup routine for framework by ywqzzy · Pull Request #47218 · pingcap/tidb · GitHub disttaskでroutineをクリーンアップする仕組みを追加しています。
planner: move ext_stats code into a separate package by qw4990 · Pull Request #47250 · pingcap/tidb · GitHub plannerの
ext_stats
を別パッケージに独立させています。ddl: optimize adding multiple indexes by tangenta · Pull Request #47135 · pingcap/tidb · GitHub 複数のインデックス追加を最適化しています。
statistics: move StatsUsage and TableDelta into new package by hawkingrei · Pull Request #47238 · pingcap/tidb · GitHub
StatsUsage
とTableDelta
を別パッケージに独立させています。
tests: skip TestWatchResourceGroup temporarily by JmPotato · Pull Request #7145 · tikv/pd · GitHub
TestWatchResourceGroup
テストを一時的にスキップしています。resource_manager: fix unstable test TestSkipConsumptionForBackgroundJobs by HuSharp · Pull Request #7130 · tikv/pd · GitHub 不安定な
TestSkipConsumptionForBackgroundJobs
テストを修正しています。tso: improve skipping sync condition and add more logs by JmPotato · Pull Request #7139 · tikv/pd · GitHub
SyncTimestamp
が実行されない場合がある事象を修正しています。dr-autosync: add metrics by disksing · Pull Request #7110 · tikv/pd · GitHub
dr-autosync
関連のメトリクスを追加しています。Revert "statistics: fix empty region count when resuming (#7009)" by CabinfeverB · Pull Request #7149 · tikv/pd · GitHub statistics: fix empty region count when resuming by CabinfeverB · Pull Request #7009 · tikv/pd · GitHub をrevertしています。
copr: fix cannot get the request source for resource control by nolouch · Pull Request #15606 · tikv/tikv · GitHub リソースコントロールが有効な状態でのanalyzeでrequest soruceが取得できない事象を修正しています。
resolved-ts: speed up advancing when stores get partitioned by hicqu · Pull Request #15567 · tikv/tikv · GitHub TiKV storeが分割されている場合のresoled tsの取得の高速化を図っています。
build: add missing failpoint feature for raft-engine by glorv · Pull Request #15676 · tikv/tikv · GitHub
raft_log_engine
のfailpointを追加しています。
br: remove pitr limitation on tikv's resource by grovecai · Pull Request #14910 · pingcap/docs · GitHub tidb-cloud/backup-and-restore.md を更新しています。
top sql: remove experimental warning by Oreoxmt · Pull Request #14908 · pingcap/docs · GitHub Top SQL機能がexpetimentalである警告を削除しています。
- ebs br: resume gc and scheduler when volume snapshots created by WangLe1321 · Pull Request #5288 · pingcap/tidb-operator · GitHub Volume snapshotが作成されたときにgcとschedulerを再開しています。