*: GC old infoschema version in the btree nodes by tiancaiamao · Pull Request #58390 · pingcap/tidb · GitHub infoschema のGC方法を変更しています。
infoschema: replace the btree library for v2 implementation by tiancaiamao · Pull Request #58466 · pingcap/tidb · GitHub infoschema v2のbtreeのライブラリを置き換えています。
planner: refactor some code of binding cache by qw4990 · Pull Request #58504 · pingcap/tidb · GitHub binding cacheのコードをリファクタリングしています。
planner: enhance stats derive suitable for memo derive and traditional logical tree derive by AilinKid · Pull Request #58252 · pingcap/tidb · GitHub Plannerのstats deriveを変更しています。
planner: update the underlying binding cache structure by qw4990 · Pull Request #58481 · pingcap/tidb · GitHub binding cache structure を更新しています。
br: enable checksum in test by Tristan1900 · Pull Request #58489 · pingcap/tidb · GitHub BRのテストではchecksumを有効にしています。
br/stream: allow pitr to create oversized indices by YuJuncen · Pull Request #58433 · pingcap/tidb · GitHub BRのPITR時にデフォルトの3072 byteより長いインデックスを作成可能にしています。
executor: fix time zone issue when querying slow log by lcwangchao · Pull Request #58455 · pingcap/tidb · GitHub タイムゾーン変更後のslow queryの結果が正しくない事象を修正しています。
ttl: fix the infinite waiting for delRateLimiter when `tidb_ttl_delete_rate_limit` changes by lcwangchao · Pull Request #58485 · pingcap/tidb · GitHub
tidb_ttl_delete_rate_limit
変更後にTTL jobが待ち続ける事象を修正しています。planner: don't calc the heavy expression used in ORDER BY stmt twice by EricZequan · Pull Request #58208 · pingcap/tidb · GitHub order byに計算に時間のかかるexpressionがあった場合に複数回計算しないようにしています。
2024年12月24日にPDのコミットはありませんでした。
2024年12月24日にTiKVのコミットはありませんでした。
release-8.5.0.md: add the performance test section by qiancai · Pull Request #19751 · pingcap/docs · GitHub
Performance test
を追加しています。add tidb_analyze_column_options to avoid bad plan by dbsid · Pull Request #19783 · pingcap/docs · GitHub
tidb_analyze_column_options
の説明を追加しています。cdc: reformat Changefeed config and Server config by Oreoxmt · Pull Request #19654 · pingcap/docs · GitHub TiCDCの
memory-quota
,case-sensitive
,enable-sync-point
,sync-point-interval
,sync-point-retention
,sql-mode
等の説明を追加しています。Improve usage of `IMPORT FROM SELECT` by hfxsd · Pull Request #19777 · pingcap/docs · GitHub sql-statements/sql-statement-import-into.md を更新しています。
2024年12月24日にTiDB Operatorのコミットはありませんでした。
codec(ticdc): reduce canal-json decode memory consumption by using buffered json decoder by 3AceShowHand · Pull Request #11911 · pingcap/tiflow · GitHub Canal JSONのdecodeに利用するメモリ量を削減しています。
puller: fix retry logic when check store version failed by lidezhu · Pull Request #11903 · pingcap/tiflow · GitHub check store versionの確認に失敗したときのリトライ方法を変更しています。
- Storages: Refine FormatVersion by JinheLin · Pull Request #9739 · pingcap/tiflash · GitHub FormatVersion をリファクタリングしています。
2024年12月24日にTiProxyのコミットはありませんでした。