-
distsql,util: Add executor open close time into its total consume time by yibin87 · Pull Request #56236 · pingcap/tidb · GitHub executorのopenとcloseの時間をtotal consume timeに含むようにしています。
-
lightning: log error cause when SampleFileCompressRatio fail by zhangyangyu · Pull Request #57455 · pingcap/tidb · GitHub Lightningで
SampleFileCompressRatio
のエラーの原因をログに記録するようにしています。 executor: fix inl_hash_join hang when abnormal exit by wshwsh12 · Pull Request #57383 · pingcap/tidb · GitHub Quotaを超えたときに、index_hash_join がハングする事象を修正しています
expression: round the frac part for `ParseTimeFromFloat64` by gengliqi · Pull Request #56340 · pingcap/tidb · GitHub
ParseTimeFromFloat64
の小数点部分を四捨五入しています。ttl: cancel the hearbeat timeout job after disable the TTL by YangKeao · Pull Request #57452 · pingcap/tidb · GitHub TTL無効時にheartbeat timeout jobをキャンセルしています。
infoschema: Move status and variables to P_S by dveeden · Pull Request #56569 · pingcap/tidb · GitHub information_schemaからglobal_variables, session_variables, global_status, session_statusを削除しています。
executor: fix data race in nullmap in hash join v2 by windtalker · Pull Request #57451 · pingcap/tidb · GitHub hash join v2での
nullmap
のレースコンディションを修正しています。planner: print dynamic prune info in explain for connection by Defined2014 · Pull Request #57415 · pingcap/tidb · GitHub explain for connectionの出力でaccess objectを含むようにしています。
test: fix unstable case by joccau · Pull Request #57433 · pingcap/tidb · GitHub 不安定な
TestTetchAllSchemasWithTablesWithFailpoint
テストを修正しています。planner: address collation ambiguity in scalar function construction during predicate simplification. by dash12653 · Pull Request #57049 · pingcap/tidb · GitHub
PredicateSimplification
でpanicする事象を修正しています。lightning: sample once parquet file by zeminzhou · Pull Request #56205 · pingcap/tidb · GitHub Lightningでparquetファイルをimport時にハングする事象を修正しています。
*: fix `TestWatcher` by rleungx · Pull Request #8812 · tikv/pd · GitHub 不安定な
TestWatcher
テストを修正しています。*: remove store limit scene code by lhy1024 · Pull Request #8819 · tikv/pd · GitHub store sceneのコードを削除しています。
*: reduce raft cluster lock and replace some place with atomic by lhy1024 · Pull Request #8786 · tikv/pd · GitHub raft cluster lockの取得を減らしています。
implement the base library for compacting logs by YuJuncen · Pull Request #17632 · tikv/tikv · GitHub
compact-log-backup
を追加しています。raftstore: add write batch limit for raft command batch by SpadeA-Tang · Pull Request #17823 · tikv/tikv · GitHub
raft_entry_max_size
の設定を変更しています。
readme: add active contributors by lilin90 · Pull Request #19446 · pingcap/docs · GitHub README.md を更新しています。
migration: Add information about Vitess to TiDB migration by dveeden · Pull Request #5783 · pingcap/docs · GitHub
Migrate Data from Vitess to TiDB
を追加しています。Fix a heading level error by lilin90 · Pull Request #19440 · pingcap/docs · GitHub clustered-indexes.md を更新しています。
2024年11月18日にTiDB Operatorのコミットはありませんでした。
2024年11月18日にTiFlowのコミットはありませんでした。
vector: A new load balance to improve the vector search performance when tiflash replica >1 by JaySon-Huang · Pull Request #9636 · pingcap/tiflash · GitHub TiFlashのレプリカ数が2以上の時にベクトル検索の負荷分散をしています。
fix error when first argument of replace function is const by guo-shaoge · Pull Request #9615 · pingcap/tiflash · GitHub replace関数でのエラーを修正しています。
ddl: Fix unstable test "fullstack-test/mpp/rollup_tpcds.test" by JaySon-Huang · Pull Request #9628 · pingcap/tiflash · GitHub 不安定な
fullstack-test/mpp/rollup_tpcds.test
テストを修正しています。fix lpad/rpad trailing zero miss by guo-shaoge · Pull Request #9610 · pingcap/tiflash · GitHub lpadとrpadの関数の結果が正しくない事象を修正しています。
2024年11月18日にTiProxyのコミットはありませんでした。