*: pin go1.20 by hawkingrei · Pull Request #41604 · pingcap/tidb · GitHub DockerfileでGo 1.20.1を利用し、利用するBazelのバージョンを更新しています。
executor: fix LOAD DATA can't use uppercase user var by lance6716 · Pull Request #41603 · pingcap/tidb · GitHub
LOAD DATA
の引数を大文字小文字の区別なく利用可能にしています。linter: upgrade go-tools by hawkingrei · Pull Request #41566 · pingcap/tidb · GitHub 利用する honnef.co/go/tools のバージョンを更新しています。
ttl: Add a http api to trigger TTL job manually for test by lcwangchao · Pull Request #41599 · pingcap/tidb · GitHub TTL jobを手動で開始できるAPIを追加しています。
executor: enhance global index by L-maple · Pull Request #41197 · pingcap/tidb · GitHub Global indexに関するいくつかのエンハンスメントを追加しています。
sysvar: add test for tidb_historical_stats_duration by Yisaer · Pull Request #41621 · pingcap/tidb · GitHub
tidb_historical_stats_duration
のテストを追加しています。executor: LOAD DATA support sqldumpfile and parquet FORMAT by lance6716 · Pull Request #41620 · pingcap/tidb · GitHub
LOAD DATA
に引数sqldumpfile
を追加し、Apache Parquetフォーマットに対応しています。planner: skip plan cache if the query has filters like `year <cmp> const` by qw4990 · Pull Request #41628 · pingcap/tidb · GitHub year型を条件に追加した場合に、plan cacheを利用しないようにしています。
planner: add more test cases for non-prep cache by qw4990 · Pull Request #41625 · pingcap/tidb · GitHub Non prepared statement cacheのテストを追加しています。
mcs: delete metrics that does not update by disksing · Pull Request #6030 · tikv/pd · GitHub 更新されないリソースグループのメトリクスを削除しています。
schedulers: fix balance_region log by HappyUncle · Pull Request #6031 · tikv/pd · GitHub
balance_region
のエラーメッセージを変更しています。resource_manager: add service mode server by lhy1024 · Pull Request #5994 · tikv/pd · GitHub リソースマネージャーにservice modeを追加しています。
pd_client: add some function to buckets by bufferflies · Pull Request #14239 · tikv/tikv · GitHub pd_clientにbucket用の機能を追加しています。
Raftstore-v2: update peer state after persisting snapshot by SpadeA-Tang · Pull Request #14248 · tikv/tikv · GitHub Store起動前にpeerが追加されると、そのpeerがlearnerになるため、そのあとsnapshotを適用した場合にroleを更新するようにしています。
read_pool: avoid tail latency of spawning by zyguan · Pull Request #14207 · tikv/tikv · GitHub mapのクリーンアップには別のタスクを利用するようにしています。
develop: use cross-references link instead of detailed tables by Oreoxmt · Pull Request #12608 · pingcap/docs · GitHub
Specialized indexes
など重複する記述をリンクで参照するようにしています。v6.6: add dmr to toc by TomShawn · Pull Request #12611 · pingcap/docs · GitHub 目次を更新しています。