-
ddl notifier: use pagination for SELECT to reduce memory usage by lance6716 · Pull Request #58376 · pingcap/tidb · GitHub DDL notifierでselect結果をページネーションするようにしています。
-
*: upgrade the PD client to adopt the latest refactor by JmPotato · Pull Request #58440 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
metrics: add col/idx name(s) for BackfillProgressGauge and BackfillTotalCounter by CbcWestwolf · Pull Request #58380 · pingcap/tidb · GitHub
BackfillProgressGauge
とBackfillTotalCounter
にcolとidx nameを追加しています。br: add status field for log status with json by Leavrth · Pull Request #58465 · pingcap/tidb · GitHub
br log stats --json
に対応しています。planner: refactor some code of binding cache by qw4990 · Pull Request #58456 · pingcap/tidb · GitHub bind cacheのコードをリファクタリングしています。
executor: fix the issue that the int primary key doesn't show in the index usage by YangKeao · Pull Request #58257 · pingcap/tidb · GitHub
information_schema.tidb_index_usage
にint型のprimary keyを含むようにしています。parser: support pre-split global index add special comment support for pre_split index option by tangenta · Pull Request #58408 · pingcap/tidb · GitHub indexのpre split regionでTiCDCに対応しています。
planner: add parent GE refs of group and prepare the global GE map for detecting group merge case. by AilinKid · Pull Request #58382 · pingcap/tidb · GitHub group mergeの検出のためにglobal group expression mapを作成しています。
executor: fix goroutine leak when exceed quota in hash agg by xzhangxian1008 · Pull Request #58078 · pingcap/tidb · GitHub hash aggregationでquotaを超えた場合のgoroutine leakを修正しています。
2024年12月23日にPDのコミットはありませんでした。
- concurrency_manager: check update_max_ts against a limit by ekexium · Pull Request #17917 · tikv/tikv · GitHub
concurrency_managerに
max_ts_limit
を追加しています。
tiup-playground: update instructions for deploying TiProxy by qiancai · Pull Request #19775 · pingcap/docs · GitHub tiup/tiup-playground.md を更新しています。
Remove concurrently-init-stats due to known issue by dbsid · Pull Request #19770 · pingcap/docs · GitHub tidb-performance-tuning-config.md を更新しています。
tiup-playground: add info about TiProxy by qiancai · Pull Request #19769 · pingcap/docs · GitHub
Deploy TiProxy
を追加しています。add v9.0 in pull_request_template.md by hfxsd · Pull Request #19767 · pingcap/docs · GitHub .github/pull_request_template.md を更新しています。
dm: update the example version to 8.5.0 by qiancai · Pull Request #19760 · pingcap/docs · GitHub コマンド例でバージョン8.5.0を利用しています。
- chore: bump some go mod and binaries for security by csuzhangxc · Pull Request #6007 · pingcap/tidb-operator · GitHub go.mod を更新しています。
2024年12月23日にTiFlowのコミットはありませんでした。
- vector: refine vector search by Lloyd-Pottiger · Pull Request #9709 · pingcap/tiflash · GitHub ベクトル検索の最適化を図っています。
2024年12月23日にTiFlashのコミットはありませんでした。