lightning: Compress Reader/Writer supports reading/writing Snappy/Zstd type compressed files by lyzx2001 · Pull Request #38603 · pingcap/tidb · GitHub LightningでCompress ReaderがSnappyとZstdの圧縮ファイルに対応しています。
executor: fix inl_hash join performance regression because of Iterator4Slice by guo-shaoge · Pull Request #38741 · pingcap/tidb · GitHub
IndexHashJoin
でinner sideが大きい場合のロック競合に対応しています。*: create a user using `tidb_auth_token` authentication by CbcWestwolf · Pull Request #38585 · pingcap/tidb · GitHub
tidb_auth_token
を利用したユーザー作成に対応しています。extension: allow the dynamic argument length of the extension's custom function by lcwangchao · Pull Request #38709 · pingcap/tidb · GitHub
FunctionDef
にFunctionDef
を追加して、カスタムファンクションの動的な引数の長さに対応しています。DDL: Remove TiFlash replica progress etcd dependency by hehechen · Pull Request #38564 · pingcap/tidb · GitHub TiFlashのレプリカの作成状況の確認にetcdへの依存をしないようにしています。
*: add server ip in connection info by lcwangchao · Pull Request #38723 · pingcap/tidb · GitHub
ConnectionInfo
にServer IPアドレスを追加しています。executor: add memory track in handle cop request by crazycs520 · Pull Request #38755 · pingcap/tidb · GitHub Coprocessor RPCサーバーにcop request時のメモリ使用状況をトラッキングしています。
util: fix panic cause by nil plan in memeory usage alarm by mengxin9014 · Pull Request #38727 · pingcap/tidb · GitHub メモリ使用状況のアラームにnil plan(?)があった場合にpanicする事象を修正しています。
txn: fix false assertion error caused by loss of pessimistic locks by ekexium · Pull Request #38392 · pingcap/tidb · GitHub 悲観的ロックが失われた場合の誤ったassertionを修正しています。
tests: added v1 test for iterators by YuJuncen · Pull Request #38765 · pingcap/tidb · GitHub BRのlog clientにテストを追加しています。
- cluster: support external timestamp by lhy1024 · Pull Request #5631 · tikv/pd · GitHub 外部からのタイムスタンプの読み込みを追加しています。
Raftstore-v2: tablet factory supports temporary split path by SpadeA-Tang · Pull Request #13678 · tikv/tikv · GitHub Raftstore v2で、一時的なsplit pathに対応しています。
*: prepare for raftstore-v2's split by SpadeA-Tang · Pull Request #13693 · tikv/tikv · GitHub
create_checkpoint
APIを追加しています。
2022年10月31日にRaft Engineのコミットはありませんでした。
add workaround for charset error when migrate data by shichun-0415 · Pull Request #10974 · pingcap/docs · GitHub
Why does the load unit report the
Unknown character seterror?
を追加しています。dashboard: remove warnings on diagnostics page by mornyx · Pull Request #11036 · pingcap/docs · GitHub
SQL diagnostics
とCluster diagnostics
からexperimentalの記述を削除しています。Support kafka 3 by shichun-0415 · Pull Request #11055 · pingcap/docs · GitHub TiCDCの
Kafka-version
にKafka 3.2対応を追記しています。