executor: reuse memory in the deleteSingleTableByChunk by hawkingrei · Pull Request #54082 · pingcap/tidb · GitHub
deleteSingleTableByChunk
でのメモリ使用量を減らしています。lightning: improve TotalMemoryConsume for write step by lance6716 · Pull Request #53856 · pingcap/tidb · GitHub Lightningの書き込みで
TotalMemoryConsume
を減らしています。unistore: use location cache to reduce the syscall by hawkingrei · Pull Request #54098 · pingcap/tidb · GitHub
time.LoadLocation
の値をキャッシュしています。planner: reduce topn count to exclude non-skewed values | tidb-test=pr/2333 by terry1purcell · Pull Request #53035 · pingcap/tidb · GitHub plannerのTopNのデフォルトを500から100に変更しています。
ddl: only use runningJobs to check job dependency by lance6716 · Pull Request #54003 · pingcap/tidb · GitHub jobの依存性の確認のために現在実行中のjobのみ確認するようにしています。
planner: rename session plan cache interface by qw4990 · Pull Request #54102 · pingcap/tidb · GitHub plan cacheをリファクタリングしています。
br: fix backoffer can't handle multierrs by RidRisR · Pull Request #54084 · pingcap/tidb · GitHub TiKVがネットワーク分断したときにBRのリストアが失敗する事象を修正しています。
sessionctx: mark tidb_enable_auto_analyze_priority_queue as deprecated by hi-rustin · Pull Request #54088 · pingcap/tidb · GitHub
tidb_enable_auto_analyze_priority_queue
をdeprecatedにしています。gc: delete TiFlash placement rules in batch by Lloyd-Pottiger · Pull Request #54071 · pingcap/tidb · GitHub TiFlashのplacement rulesをまとめて削除しています。
expression: correct the erroneous scalar function equivalence check by hawkingrei · Pull Request #54067 · pingcap/tidb · GitHub
select distinct
の結果が正しくない事象を修正しています。
*: enable error check for some files by okJiang · Pull Request #8301 · tikv/pd · GitHub
errcheck
の設定を変更しています。test: add test for clone unmarshal by HuSharp · Pull Request #8308 · tikv/pd · GitHub clone unmarshal のテストを追加しています。
tools/simulator: support simulator with multiple pds by HuSharp · Pull Request #8304 · tikv/pd · GitHub tiup playgroundに
pd-simulator
オプションを追加しています。mcs: update node every restart by rleungx · Pull Request #8302 · tikv/pd · GitHub tiup playgroundを停止して再起動が失敗する事象を修正しています。
pd-ctl: fix the output trim by JmPotato · Pull Request #8309 · tikv/pd · GitHub pd-ctl の標準出力をtrimしています。
Fix gRPC request source duration inaccurate issue by King-Dylan · Pull Request #17132 · tikv/tikv · GitHub
gRPC request source duration
メトリクスの値が正しくない事象を修正しています。raftstore: avoid deleting snap files in raftstore thread by hbisheng · Pull Request #17155 · tikv/tikv · GitHub snapshotの削除をRaftstore threadからbackground cleanup threadにオフロードしています。
In-memory engine: avoid using snapshot cache by SpadeA-Tang · Pull Request #16863 · tikv/tikv · GitHub In memory engineでsnapshot cacheを利用しないようにしています。
In-memory engine: evict range after some raft commands by SpadeA-Tang · Pull Request #17159 · tikv/tikv · GitHub In memory engineでRaft command実行後rangeをevictしています。
tikv: fix default port from 20181 to 20180 by Oreoxmt · Pull Request #17944 · pingcap/docs · GitHub
Source and display of monitoring data
を更新しています。fix typo: change 'PLAN PLAYER CAPTURE' to 'PLAN REPLAYER CAPTURE' by Oreoxmt · Pull Request #17953 · pingcap/docs · GitHub
PLAN REPLAYER CAPTURE
のtypoを修正しています。fix error message of 8028 in metadata lock by Oreoxmt · Pull Request #17960 · pingcap/docs · GitHub metadata-lock.md を更新しています。
- Storages: MinMaxIndex::checkIsNull returns RSResult::All if a pack only contains null marks and delete marks by JinheLin · Pull Request #9152 · pingcap/tiflash · GitHub
packがnullを含む場合に
checkIsNull
がRSResult::All
を返すようにしています。
metrics(ticdc): Fix kafka compress ratio issue by sdojjy · Pull Request #11313 · pingcap/tiflow · GitHub メトリクスでKafka compress ratioが正しくない事象を修正しています。
cmd (ticdc): a better Kafka consumer by wk989898 · Pull Request #10990 · pingcap/tiflow · GitHub Kafka consumerの性能向上を図っています。