planner: move more methods from StatsHandle to its sub-packages by qw4990 · Pull Request #47679 · pingcap/tidb · GitHub
StatsHandle
の関数をサブパッケージ内に移動しています。*: add global sort related metric by wjhuang2016 · Pull Request #47485 · pingcap/tidb · GitHub Global sort関連のメトリクスを追加しています。
variable: set default tidb_build_stats_concurrency 2 by hawkingrei · Pull Request #47678 · pingcap/tidb · GitHub
tidb_build_stats_concurrency
のデフォルト値を2に変更しています。importinto: add more logs to external backend, disable parallel sort by D3Hunter · Pull Request #47680 · pingcap/tidb · GitHub import intoでparallel sortを無効にしています。
*: replace mathutil.Max/Min with built-in max/min by hawkingrei · Pull Request #47700 · pingcap/tidb · GitHub "github.com/pingcap/tidb/pkg/util/mathutil"から標準の
max
,min
に置き換えています。gc_worker_test: Print error to the failure message when mustGetNone encounters unexpected error by MyonKeminta · Pull Request #47709 · pingcap/tidb · GitHub
mustGetNone
でのエラーメッセージを追加しています。tests: fix some test cases in real TiKV env by Defined2014 · Pull Request #47697 · pingcap/tidb · GitHub real TiKV 関連のテストを修正しています。
makefile: update build cmd in graceshutdown & globalkilltest makefile by purelind · Pull Request #47704 · pingcap/tidb · GitHub graceshutdownとglobalkilltestのMakefileを更新しています。
statistics: add log to show reason for partition table's auto analyze by hawkingrei · Pull Request #47708 · pingcap/tidb · GitHub パーティション表にAuto analyzeが必要になった理由をログに出力しています。
statistics: avoid unnecessary copy at CMSketchAndTopNFromProto by hawkingrei · Pull Request #47598 · pingcap/tidb · GitHub
CMSketchAndTopNFromProto
での不要なコピーを抑止しています。executor, tests: move some test cases from `executor` to integrationtest by Defined2014 · Pull Request #47720 · pingcap/tidb · GitHub
executor
のテストをintegrationtest
内に移動しています。planner: move more methods from StatsHandle to its sub-packages by qw4990 · Pull Request #47696 · pingcap/tidb · GitHub
StatsHandle
の関数をサブパッケージ内に移動しています。
mcs: support forwarding split and scatter request by rleungx · Pull Request #7190 · tikv/pd · GitHub APIサービスが受け取ったsplitとscatterリクエストをscheduling serviceにフォワードしています。
scheduling/watcher, storage: integrate rule watcher with the managers by JmPotato · Pull Request #7213 · tikv/pd · GitHub rule watcherを統合しています。
import: write RPC will check region epoch before continue by lance6716 · Pull Request #15013 · tikv/tikv · GitHub import modeが終了してもimportが終了せずpanicしうる事象を修正しています。
add more metrics for slow commit log diagnostics by tonyxuqqi · Pull Request #15716 · tikv/tikv · GitHub Slow commit logのメトリクスを追加しています。
s3: support backup with session token and assume role by 3pointer · Pull Request #15722 · tikv/tikv · GitHub Session tokenを利用したAmazon S3へのバックアップに対応しています。
tikv_util: Support customizing evict policy and operations without promoting for LruCache by MyonKeminta · Pull Request #15747 · tikv/tikv · GitHub
LruCache
でcacheのevict policyを調整可能にしています。
release notes: add more items in 7.4 by hfxsd · Pull Request #15083 · pingcap/docs · GitHub TiDB 7.4.0のリリースノートを更新しています。
ticdc: Update cdc server config by qiancai · Pull Request #15012 · pingcap/docs · GitHub "
cdc server
configuration file parameters"を更新しています。ticdc: refine changefeed scheduler configuration description by ran-huang · Pull Request #15050 · pingcap/docs · GitHub
Upstream and Downstream Clusters Data Validation and Snapshot Read
を更新しています。update some GitHub links for tidb repo reorganization by Oreoxmt · Pull Request #15082 · pingcap/docs · GitHub https://github.com/pingcap/tidb/blob/master/pkg/config/config.toml へのリンクを更新しています。
statistics: add info about tidb_auto_analyze_partition_batch_size by qiancai · Pull Request #15032 · pingcap/docs · GitHub
tidb_auto_analyze_partition_batch_size
の説明を更新しています。