planner: improve range underestimation by terry1purcell · Pull Request #53860 · pingcap/tidb · GitHub plannerでの範囲の推測精度の向上を図っています。
backup: fix the missing first store state during backup by 3pointer · Pull Request #53920 · pingcap/tidb · GitHub BRのバックアップ中にpd leaderがネットワーク分離されているときにバックアップがブロックされる事象を修正しています。
privilege: fix `auth_socket` bug, should only allow os user name to login by lcwangchao · Pull Request #54032 · pingcap/tidb · GitHub
IDENTIFIED WITH auth_socket
で作成されたユーザーの認証が正しくない事象を修正しています。ddl: clean ingest temp data dir in background loop by tangenta · Pull Request #54008 · pingcap/tidb · GitHub
BackendCtxMgr
と一次データのクリーンアップを分離しています。ddl: check table/database existance using infoschema only by D3Hunter · Pull Request #53882 · pingcap/tidb · GitHub データベースとテーブルの存在確認をinfoschemaのみで行うようにしています。
planner: use logical output cols to record positions of tables to be deleted by winoros · Pull Request #54010 · pingcap/tidb · GitHub 列の削除に物理的な出力ではなく論理的な出力を利用しています。
2024年6月17日にPDのコミットはありませんでした。
cdc: re-design delegate and downstream to support partial region subscription better by hicqu · Pull Request #16645 · tikv/tikv · GitHub TiCDCのchangefeedが実行中に1つのTiKVをfailさせると他のTiKVがpanicする事象を修正しています。
In-memory engine: consider range overlaps when eviction by SpadeA-Tang · Pull Request #17137 · tikv/tikv · GitHub In memory engineでevictionのときにrange overlapを考慮するようにしています。
In-memory engine: support delete range by SpadeA-Tang · Pull Request #17151 · tikv/tikv · GitHub In memory engineでrangeの削除を追加しています。
copr: let `ExtraPhysTblIDCol` column return partition id when it's a global indexScan by Defined2014 · Pull Request #17141 · tikv/tikv · GitHub global indexの検索時に、
ExtraPhysTblIDCol
がpartition idを返すようにしています。raftstore: handle region destroy in a separate thread pool by hbisheng · Pull Request #17121 · tikv/tikv · GitHub Raftstoreのregionの削除を別のスレッドプールで行うようにしています。
In-memory engine: evict range should consider loading range by SpadeA-Tang · Pull Request #17154 · tikv/tikv · GitHub In memory engineでrange evict時に並列してデータがロードされる状況を考慮するようにしています。
Update sequence functions docs by dveeden · Pull Request #17713 · pingcap/docs · GitHub functions-and-operators/sequence-functions.md を更新しています。
tiproxy: change instance count from 3 to 1 by Oreoxmt · Pull Request #17902 · pingcap/docs · GitHub tiproxy/tiproxy-deployment-topology.md を更新しています。
Rename `tidb_enable_concurrent_hashagg_spill` to `tidb_enable_parallel_hashagg_spill` by xzhangxian1008 · Pull Request #17903 · pingcap/docs · GitHub
tidb_enable_concurrent_hashagg_spill
をtidb_enable_parallel_hashagg_spill
に改名しています。ticdc: fix description about how cdc split update kv entries by qiancai · Pull Request #17757 · pingcap/docs · GitHub TiDB 8.1.0のリリースノートを更新しています。
modify try out htap samples (#17878) by ti-chi-bot · Pull Request #17912 · pingcap/docs · GitHub TiDB ServerlessでのTiFlash replica数がつねに2であることを記述しています。
2024年6月17日にdocsのコミットはありませんでした。