-
statistics: refactor stats meta handling to use DeltaUpdate for multi-table support by Rustin170506 · Pull Request #58657 · pingcap/tidb · GitHub stats metaの更新に
DeltaUpdate
を利用しています。 -
parser: move 'model' to 'ast' pkg by D3Hunter · Pull Request #58704 · pingcap/tidb · GitHub
model
パッケージをast
パッケージに改名しています。 statistics: add recover to protect background task by hawkingrei · Pull Request #58739 · pingcap/tidb · GitHub statisticsの取得にRecoverを追加しています。
disttask: cancel subtask context if scheduled away by tangenta · Pull Request #58615 · pingcap/tidb · GitHub 多数のテーブルがある環境でDDLを実行するとTiDBサーバーがOOMする事象を修正しています。
*: don't handle live updates of column size by winoros · Pull Request #58596 · pingcap/tidb · GitHub DML実行時のカラムサイズの動的な更新をやめています。
*: remove api mode concept by rleungx · Pull Request #8952 · tikv/pd · GitHub api modeという呼び方をやめています。
client: use interceptor for circuit breaker by rleungx · Pull Request #8936 · tikv/pd · GitHub Circuit breakerのためにinterceptorを利用しています。
2025年1月7日にTiKVのコミットはありませんでした。
Clarify swap descriptions by hfxsd · Pull Request #14480 · pingcap/docs · GitHub check-before-deployment.md を更新しています。
Cached table size limit should be 64 MiB by yahonda · Pull Request #19918 · pingcap/docs · GitHub キャッシュテーブルのサイズ制限の単位を更新しています。
Spm fix hint issue by hfxsd · Pull Request #19740 · pingcap/docs · GitHub sql-plan-management.md を更新しています。
tiproxy: improve deployment instructions for deploying TiProxy by djshow832 · Pull Request #19904 · pingcap/docs · GitHub TiProxyの説明を更新しています。
2025年1月7日にTiDB Operatorのコミットはありませんでした。
dep(*): move code of sync_diff_inspector from tidb-tools to tiflow by joechenrh · Pull Request #11671 · pingcap/tiflow · GitHub sync diff inspectorのコードを移動しています。
sink(ticdc): fix incorrect table info in delete event by wk989898 · Pull Request #11975 · pingcap/tiflow · GitHub delete eventでtable idとpartitionを設定しています。
vector: Distinguish different vector index build type by metrics by JaySon-Huang · Pull Request #9769 · pingcap/tiflash · GitHub Vector index build typeを個別のメトリクスとしています。
storage: Remove tryBuildWithVectorIndex by breezewish · Pull Request #9766 · pingcap/tiflash · GitHub
tryBuildWithVectorIndex
を削除しています。KVStore: Fix unreleased Region instance by CalvinNeo · Pull Request #9763 · pingcap/tiflash · GitHub region split後に
raft_cmd_res
に保存されたリージョンが削除されない事象を修正しています。Stats inner/inter zone network traffic for mpp tasks by yibin87 · Pull Request #9747 · pingcap/tiflash · GitHub mpp taskのネットワークトラフィックの統計を取得するようにしています。
2025年1月7日にTiProxyのコミットはありませんでした。