build(deps): bump github.com/golangci/golangci-lint from 1.51.2 to 1.52.1 by dependabot[bot] · Pull Request #42568 · pingcap/tidb · GitHub 利用する github.com/golangci/golangci-lint のバージョンを更新しています。
gc_worker: use delete range to replace unsafe destroy range when multi-rocksdb is enabled by SpadeA-Tang · Pull Request #42411 · pingcap/tidb · GitHub Raftstore v2利用時にunsafe destroy rangeのかわりにdelete rangeを利用するようにしています。
planner: add more test cases for non-prep plan cache by qw4990 · Pull Request #42604 · pingcap/tidb · GitHub Non prepared statement plan cacheのテストを追加しています。
executor: Lower the log level from info to debug for index merge reader by yibin87 · Pull Request #42597 · pingcap/tidb · GitHub Index merge readerのログレベルをinfoからdebugに変更しています。
infoschema: make the resource group display more intuitive by nolouch · Pull Request #42596 · pingcap/tidb · GitHub
information_schema.resource_groups
の出力内容で制限がない場合は、UNLIMITED
にしています。loaddata: fix result_code is 0 when task is not finished by lance6716 · Pull Request #42594 · pingcap/tidb · GitHub load dataでtaskが終了していないのにresult_codeが0を返していたのをnilにしています。
planner: fix incompatibility issues between plan-cache and expr-blacklist by qw4990 · Pull Request #42606 · pingcap/tidb · GitHub Non prepared statement plan cacheのテストを追加しています。
Refactor TSO forward/dispatcher to be shared by both PD and TSO by binshi-bing · Pull Request #6175 · tikv/pd · GitHub TSO forward/dispatcherをPDとTSOの両方で共有するようにしています。
resource_manager: change the default group fillrate to MaxInt32 by nolouch · Pull Request #6227 · tikv/pd · GitHub デフォルトグループのfillrateをMaxInt32にしています。
Add basic multi-keyspace-group management by binshi-bing · Pull Request #6214 · tikv/pd · GitHub multi-keyspace-group managementの基本機能を追加しています。
snapshot: feedback multi rocksdb by bufferflies · Pull Request #14400 · tikv/tikv · GitHub Raftstore v2でsnapshot取得にかかる時間を記録しています。
resource_control: reset resource group virtual time when it is about to overflow by glorv · Pull Request #14464 · tikv/tikv · GitHub リソースグループのvirtual timeがオーバーフローしそうになったらリセットするようにしています。
update tikv pushdownlist by Oreoxmt · Pull Request #13000 · pingcap/docs · GitHub
Expressions that are supported to be pushed down
を更新しています。tiflash-spill-disk: make SQL code stacked by qiancai · Pull Request #13025 · pingcap/docs · GitHub tiflash/tiflash-spill-disk.md のSQL文のフォーマットを変更しています。
lightning: update the default value of add-index-by-sql to false by hfxsd · Pull Request #13010 · pingcap/docs · GitHub Lightningで
add-index-by-sql
のデフォルト値をfalse
に更新しています。lightning: add load data doc by hfxsd · Pull Request #12959 · pingcap/docs · GitHub
LOAD DATA
関連の説明を追加しています。system variable: add tidb_load_based_replica_read_threshold by Oreoxmt · Pull Request #12875 · pingcap/docs · GitHub
tidb_load_based_replica_read_threshold
の説明を追加しています。Added REORGANIZE PARTITION as a new feature by mjonss · Pull Request #11385 · pingcap/docs · GitHub Reorganize partition関連の記述を追加しています。
lightning: fix the aliases in metadata by Oreoxmt · Pull Request #13035 · pingcap/docs · GitHub tidb-lightning/tidb-lightning-overview.md を更新しています。