restore: auto tune concurrency configuration when using new mode restoration by 3pointer · Pull Request #50877 · pingcap/tidb · GitHub リストアの並列度に
import.num-threads
を利用するようにしています。ddl: simple refactoring `OwnerCheckAllVersions`, remove `isChanClosed` and` IsContextDone` by zimulala · Pull Request #51304 · pingcap/tidb · GitHub
OwnerCheckAllVersions
をリファクタリングしています。infoschema/test: test apply diff by ywqzzy · Pull Request #51398 · pingcap/tidb · GitHub infoschemaV2 のテストを追加しています。
session,executor: get back the error stack information from a regression by tiancaiamao · Pull Request #50857 · pingcap/tidb · GitHub エラー出力に "github.com/pingcap/errors" を利用しています。
planner: enable FixControl44262 by default if we have tidb_skip_missng_partition_stats | tidb-test=pr/2307 by winoros · Pull Request #51405 · pingcap/tidb · GitHub
TiDBOptFixControl44262
をデフォルトで有効にしています。build(deps): bump github.com/prometheus/common from 0.46.0 to 0.48.0 by dependabot[bot] · Pull Request #51263 · pingcap/tidb · GitHub 利用する github.com/prometheus/common のバージョンを更新しています。
*: save kv.Storage in import disttask components and use it by lance6716 · Pull Request #51336 · pingcap/tidb · GitHub disttaskで
kv.Storage
を再利用するようにしています。store: Update client-go to support receiving feedback information and adapt interface changes by MyonKeminta · Pull Request #51413 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
br: support to stop gc memory limit tuner when restore by Leavrth · Pull Request #51082 · pingcap/tidb · GitHub Restore時にgc memory tunerを停止可能にしています。
*: support building infoschema V2, and introduce @@tidb_schema_cache_size by tiancaiamao · Pull Request #51257 · pingcap/tidb · GitHub
tidb_schema_cache_size
システム変数を追加しています。*: remove useless `stmtVars` method in `SessionVars` by lcwangchao · Pull Request #51345 · pingcap/tidb · GitHub
SessionVars
からstmtVars
を削除しています。*: fix parallel apply wrong result by guo-shaoge · Pull Request #51414 · pingcap/tidb · GitHub Primary keyに複数のカラムを利用する場合でparallel applyの結果が正しくない事象を修正しています。
*: fix `make ut` fail by lcwangchao · Pull Request #51423 · pingcap/tidb · GitHub tools/check/go-compile-without-link.sh ファイルを実行可能にしています。
statistics: add priority calculator by hi-rustin · Pull Request #51346 · pingcap/tidb · GitHub 統計情報を取得するpriority calculatorを追加しています。
expression: use the correct type when eval decimal and float session var by hi-rustin · Pull Request #51395 · pingcap/tidb · GitHub
ERROR 1105 (HY000): interface conversion: interface {} is nil, not *types.MyDecimal
エラーを修正しています。planner: introduce a new fuzzy binding cache by qw4990 · Pull Request #51401 · pingcap/tidb · GitHub 新しいfuzzy binding cacheを導入しています。
executor,distsql: refactor the base executor in tableReader by YangKeao · Pull Request #51397 · pingcap/tidb · GitHub
BaseExecutorV2
を追加しています。br: remove useless tiflash config under br testing by JaySon-Huang · Pull Request #50986 · pingcap/tidb · GitHub BRのテストから不要なTiFlashの設定を削除しています。
scheduler: avoid to updateCounts frequently by Leavrth · Pull Request #7836 · tikv/pd · GitHub
updateCounts
が頻繁に実行されないようにしています。*: make max backoff shorter by rleungx · Pull Request #7823 · tikv/pd · GitHub gRPCの最大リトライ間隔を短くしています。
mcs: add config api for tso service by rleungx · Pull Request #7858 · tikv/pd · GitHub TSO serviceにconfig APIを追加しています。
- import: move ingest and its checks to the ingest mod by overvenus · Pull Request #16586 · tikv/tikv · GitHub ingest用のモジュールを追加しています。
v7.5.1: enhance observability related to resource control by Oreoxmt · Pull Request #16463 · pingcap/docs · GitHub TiDB 7.5.1向けの更新をしています。
v7.5.1: tikv configuration doc: add gc thread number (#16564) by ti-chi-bot · Pull Request #16631 · pingcap/docs · GitHub
gc.num-threads
の説明を更新しています。add release note for v7.5.1 by Oreoxmt · Pull Request #16595 · pingcap/docs · GitHub TiDB 7.5.1のリリースノートを追加しています。
pdf: implement automatic underscore wrapping table cells by Oreoxmt · Pull Request #16613 · pingcap/docs · GitHub templates/template.tex を更新しています。
OWNERS: Auto Sync OWNERS files from community membership by ti-chi-bot · Pull Request #16627 · pingcap/docs · GitHub OWNERS ファイルを更新しています。
develop: update env file code examples by Oreoxmt · Pull Request #16612 · pingcap/docs · GitHub
DATABASE_URL
の値をシングルクォートでくくっています。status-variables: Add conditional status that are not available with unistore by dveeden · Pull Request #15918 · pingcap/docs · GitHub
tidb_gc_last_run_time
,tidb_gc_leader_desc
,tidb_gc_leader_lease
,tidb_gc_leader_uuid
,tidb_gc_leader_uuid
の説明を追加しています。
- pdms: rename pdms-`service` to `service` by HuSharp · Pull Request #5558 · pingcap/tidb-operator · GitHub
Pod名を
pdms-tso
からtso
に変更しています。