parser, ddl: correct the job type of 'REORGANIZE PARTITION' by bb7133 · Pull Request #42490 · pingcap/tidb · GitHub REORGANIZE PARTITIONのjob type
ActionReorganizePartition
を考慮するようにしています。ddl: fix corrupted table meta after rollback a reorganize partition job by lcwangchao · Pull Request #42479 · pingcap/tidb · GitHub Reorganize partition処理をキャンセルしたときにロールバック処理を行うようにしています。
bazel: update shard_count for test by hawkingrei · Pull Request #42491 · pingcap/tidb · GitHub Bazelの設定を変更しています。
executor: revert #25730 to fix #28011 by zyguan · Pull Request #42488 · pingcap/tidb · GitHub txn: change lock into put record for unique index key lock by cfzjywxk · Pull Request #25730 · pingcap/tidb · GitHub をrevertしています。
resource_control: init default resource group without ddl by glorv · Pull Request #42478 · pingcap/tidb · GitHub デフォルトのリソースグループの作成方法を変更しています。
ddl: move the backfill scheduler to a separate file by tangenta · Pull Request #42508 · pingcap/tidb · GitHub backfill schedulerを別のファイルに独立させています。
session, com_stmt: fetch all rows during EXECUTE command by YangKeao · Pull Request #42473 · pingcap/tidb · GitHub Prepared statementの
EXECUTE
時に全ての行をfetchするようにしています。ttl: fix TTL cannot export metrics `tidb_server_ttl_phase_time` by lcwangchao · Pull Request #42517 · pingcap/tidb · GitHub
tidb_server_ttl_phase_time
のメトリクスをexport可能にしています。executor: fix naaj panic caused by wrong field types check by AilinKid · Pull Request #42482 · pingcap/tidb · GitHub Null aware anti join時に発生する
ERROR 1105 (HY000): probeWorker[0] meets error: runtime error: index out of range [560] with length 128
を修正しています。executor: skip merging global stats if the partitioned table cannot be found by xuyifangreeneyes · Pull Request #42462 · pingcap/tidb · GitHub パーティション表が存在しない場合global statsのmerge処理をスキップしています。
lightning: always disable add-index-by-sql by default by gozssky · Pull Request #42514 · pingcap/tidb · GitHub Lightningの
add-index-by-sql
をデフォルトでは無効にしています。
pkg: remove txn lock by rleungx · Pull Request #6208 · tikv/pd · GitHub 複数のcallerが同一のtxnを利用するシナリオはないため、txnのロック処理を削除しています。
mcs: support advertise address by rleungx · Pull Request #6212 · tikv/pd · GitHub TSO server とresource manager serverにadvertise address対応を追加しています。
resource_control: create the default resource group by nolouch · Pull Request #6206 · tikv/pd · GitHub デフォルトのリソースグループの作成方法を変更しています。
mcs: remove advertise backend endpoint parameters by rleungx · Pull Request #6215 · tikv/pd · GitHub 不要なadvertise backend endpointsを削除しています。
Serialize tso stream creation by binshi-bing · Pull Request #6211 · tikv/pd · GitHub TSO streamの作成を直列化しています。
resource_manager: implement the token-consuming by client by HuSharp · Pull Request #6039 · tikv/pd · GitHub 同じリソースグループ内でのQPSを平準化するためにtoken slotを利用するようにしています。
- storage: fix the apply write wal tracking time by cfzjywxk · Pull Request #14444 · tikv/tikv · GitHub WALの書き込みにかかった時間を記録するようにしています。
TiFlash late materialization by qiancai · Pull Request #12939 · pingcap/docs · GitHub システム変数
tidb_opt_enable_late_materialization
の説明を追加しています。[TiKV] Introduce `raft-engine.prefill-for-recycle` configuration. by LykxSassinator · Pull Request #12826 · pingcap/docs · GitHub
prefill-for-recycle
の説明を追加しています。tiflash: add doc for tiflash spill to disk by ran-huang · Pull Request #12982 · pingcap/docs · GitHub
TiFlash Spill to Disk
を追加し、またシステム変数tidb_max_bytes_before_tiflash_external_group_by
,tidb_max_bytes_before_tiflash_external_join
,tidb_max_bytes_before_tiflash_external_sort
の説明を追加しています。develop: Develop Guide Python Examples - English Edition by Icemap · Pull Request #11742 · pingcap/docs · GitHub
Choose Driver or ORM
でPythonの例を更新しています。Partition: add key-partition document by qiancai · Pull Request #12963 · pingcap/docs · GitHub Key partitioningの説明を追加しています。
release-6.5.1: remove batch update support description for TiCDC by qiancai · Pull Request #12999 · pingcap/docs · GitHub TiDB 6.5.1のリリースノートを更新しています。
system-variables: Link various resources related to MAX_EXECUTION_TIME by dveeden · Pull Request #12231 · pingcap/docs · GitHub
MAX_EXECUTION_TIME
ヒントの説明を追加しています。