planner: refactor `tryToGetIndexJoin` by qw4990 · Pull Request #45617 · pingcap/tidb · GitHub
tryToGetIndexJoin
をリファクタリングしています。lightning: use gRPC prepared message to avoid duplicated encoding by lance6716 · Pull Request #45480 · pingcap/tidb · GitHub grpcでの複数のエンコーディング回数を減らしています。
timer,ttl: add some metrics for timer framework and TTL timer syncing by lcwangchao · Pull Request #45611 · pingcap/tidb · GitHub timer frameworkにメトリクスを追加しています。
executor: create vecgroupcheck package to improve test by hawkingrei · Pull Request #45621 · pingcap/tidb · GitHub テスト用に
vecgroupcheck
パッケージを独立させています。restore: precheck cluster is empty when first time full restore by 3pointer · Pull Request #45014 · pingcap/tidb · GitHub BRのリストア時に発生する"cannot find rewrite rule: [BR:Restore:ErrRestoreInvalidRewrite]invalid rewrite rule"エラーを修正しています。
br: fix forget to set partition info when debug validate backupmeta by Leavrth · Pull Request #45233 · pingcap/tidb · GitHub brのdebugで、rewrite rules表示前にpartition情報を設定するようにしています。
planner/core: remove redundant checks for the DB name by zimulala · Pull Request #45597 · pingcap/tidb · GitHub
handleTableName
内での冗長なデータベース名の確認を省略しています。planner: support `no_index_join`, `no_index_hash_join`, `no_index_merge_join` hints by qw4990 · Pull Request #45633 · pingcap/tidb · GitHub
no_index_join
,no_index_hash_join
,no_index_merge_join
ヒントに対応しています。build(deps): bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 by dependabot[bot] · Pull Request #45640 · pingcap/tidb · GitHub 利用する github.com/prometheus/procfs のバージョンを更新しています。
build(deps): bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 by dependabot[bot] · Pull Request #45641 · pingcap/tidb · GitHub 利用する bump github.com/golangci/golangci-lint のバージョンを更新しています。
*: fix unstable test for lfu and index merge by hawkingrei · Pull Request #45648 · pingcap/tidb · GitHub 不安定な
TestLFUFreshMemUsage
テストを修正しています。*: update .codecov to skip the testutil by hawkingrei · Pull Request #45653 · pingcap/tidb · GitHub .codecov.yml ファイルを更新しています。
extension: fix some wrong code for extension test by lcwangchao · Pull Request #45656 · pingcap/tidb · GitHub extension testを修正しています。
types: fix convert float to uint by jiyfhust · Pull Request #42063 · pingcap/tidb · GitHub Unsigned integerのデータが正しくない事象を修正しています。
executor: add partition information for tikv_region_status by jiyfhust · Pull Request #42215 · pingcap/tidb · GitHub
tikv_region_status
にパーティション情報を追加しています。lightning: mark background and resource group name when in local mode by HuSharp · Pull Request #44950 · pingcap/tidb · GitHub ローカルモードでバックグラウンドタスクとリソースグループを設定するようにしています。
*: add skip store limit option for scatter region by rleungx · Pull Request #6593 · tikv/pd · GitHub Scatter region時にstore limitのオプションを有効にしています。
*: move scheduling-related config definitions into pkg by JmPotato · Pull Request #6857 · tikv/pd · GitHub スケジュール関連の設定を
pkg
配下に移動しています。
resource_control: add some metrics for background task control by glorv · Pull Request #15195 · tikv/tikv · GitHub バックグラウンドタスクのメトリクスを追加しています。
pd_client: reduce store heartbeat retires to prevent heartbeat storm by nolouch · Pull Request #15191 · tikv/tikv · GitHub store heartbeatのリトライを抑制しています。
resource_control: enable resource control for raft-v2 by glorv · Pull Request #15214 · tikv/tikv · GitHub Raftstore v2にリソースコントロールを有効にしています。
storage: skip the lock and rollback record in scan_latest_user_keys by JmPotato · Pull Request #15220 · tikv/tikv · GitHub
scan_latest_user_keys
でWriteType:Lock
とWriteType::Rollback
をskipしています。deps: catch up protobuf-build and its dependents to support compile with Apple M1 chip by tisonkun · Pull Request #15229 · tikv/tikv · GitHub 利用する
protobuf-build
を更新しています。raftstore: Observe when applying snapshot is cancelled by CalvinNeo · Pull Request #15226 · tikv/tikv · GitHub Snapshotの適用がキャンセルされたときにobserverにメッセージを送っています。
txn: Fix possible assertion failure in next_last_change_info by MyonKeminta · Pull Request #15241 · tikv/tikv · GitHub
next_last_change_info
で起こりうるassertion failureを修正しています。
2023年7月28日にdocsのコミットはありませんでした。