server: support global scope for tidb_low_resolution_tso sys var by cfzjywxk · Pull Request #55000 · pingcap/tidb · GitHub システム変数
tidb_low_resolution_tso
をglobal scopeで設定可能にしています。*: fix flaky test TestRecordHistoryStatsAfterAnalyze by hawkingrei · Pull Request #55365 · pingcap/tidb · GitHub 不安定な
TestRecordHistoryStatsAfterAnalyze
テストを修正しています。*: Require GLOBAL IndexOption for creating Global Index by mjonss · Pull Request #55264 · pingcap/tidb · GitHub global index作成時に
GLOBAL
オプションを必須にしています。ddl: restructure schema version and server state syncer by D3Hunter · Pull Request #55368 · pingcap/tidb · GitHub schema versionとserver state syncer をリファクタリングしています。
infoschema: update two tests to make them robust and a tiny fix by tiancaiamao · Pull Request #55362 · pingcap/tidb · GitHub infoschema v2関連のテストを更新しています。
planner: add more test cases for instance plan cache by qw4990 · Pull Request #55363 · pingcap/tidb · GitHub Instance plan cacheのテストを追加しています。
br: resolve stuck in progress by Leavrth · Pull Request #54790 · pingcap/tidb · GitHub BR restoreがhangする事象を修正しています。
tables: remove unnecessary function by Defined2014 · Pull Request #55361 · pingcap/tidb · GitHub 不要な
removeRowIndex
関数を削除しています。executor: try to optimize index join query by reduce cop task count by crazycs520 · Pull Request #55359 · pingcap/tidb · GitHub index joinの最適化を図っています。
*: rename current_affected_rows to rows_affected by ekexium · Pull Request #54921 · pingcap/tidb · GitHub
current_affected_rows
をrows_affected
に改名しています。executor: fix incorrect result when hash agg spill is triggered by xzhangxian1008 · Pull Request #55322 · pingcap/tidb · GitHub hash aggregationのspillによって結果が正しくない事象を修正しています。
executor, infoschema: filter out the PRIMARY index and foreign keys in table_constraints by YangKeao · Pull Request #55255 · pingcap/tidb · GitHub
TABLE_CONSTRAINTS
からPRIMARY
をフィルターしています。planner: move logical join and logical selection to logicalop by AilinKid · Pull Request #55272 · pingcap/tidb · GitHub Plannerで logical joinとlogical selectionを
logicalop
パッケージに移動しています。pkg/planner: set proj.AvoidColumnEvaluator in postOptimize by XuHuaiyu · Pull Request #55333 · pingcap/tidb · GitHub Plannerの
postOptimize
でproj.AvoidColumnEvaluator
を設定しています。gc_worker: make deleteRanges concurrent by ekexium · Pull Request #54571 · pingcap/tidb · GitHub
deleteRanges
を同時に実行可能にしています。ddl/domain: disallow set schema lease to 0 by D3Hunter · Pull Request #55312 · pingcap/tidb · GitHub Schema leaseを0に設定できないようにしています。
runaway: add runaway tidb-side time checker by HuSharp · Pull Request #54987 · pingcap/tidb · GitHub Runaway queryの時間にTiDB側のチェッカーを追加しています。
*: upgrade bazel rules by hawkingrei · Pull Request #55347 · pingcap/tidb · GitHub Bazelの設定を変更しています。
mcs: remove wait api service ready by rleungx · Pull Request #8476 · tikv/pd · GitHub TSOサーバーの動的な切り替えのために必要な変更を行っています。
config: Deprecate `SchedulersPayload` by okJiang · Pull Request #8509 · tikv/pd · GitHub
SchedulersPayload
をdeprecatedにしています。*: unify the usage of independent service by rleungx · Pull Request #8508 · tikv/pd · GitHub independent serviceの利用方法を統一しています。
2024年8月12日にTiKVのコミットはありませんでした。
2024年8月12日にdocsのコミットはありませんでした。
2024年8月12日にTiDB Operatorのコミットはありませんでした。
- sink, ddl(ticdc): support add index ddl in downstream by CharlesCheung96 · Pull Request #11476 · pingcap/tiflow · GitHub Downstreamでインデックスを追加可能にしています。
add design doc for auto pass through hashagg by guo-shaoge · Pull Request #9295 · pingcap/tiflash · GitHub
AutoPassThroughHashAgg Design Doc
デザインドキュメントを追加しています。UniPS: Provide more information when meets exception in updateLocalCacheForRemotePage by CalvinNeo · Pull Request #9311 · pingcap/tiflash · GitHub
updateLocalCacheForRemotePage
での例外発生時の情報を追加しています。Compression: optimize the CompressionCodecFactory by Lloyd-Pottiger · Pull Request #9299 · pingcap/tiflash · GitHub
CompressionCodecFactory
の最適化を図っています。tests: Fix unstable unit-tests by JinheLin · Pull Request #9310 · pingcap/tiflash · GitHub 不安定なユニットテストを修正しています。
update proxy of master to raftstore-proxy by CalvinNeo · Pull Request #9308 · pingcap/tiflash · GitHub contrib/tiflash-proxy サブモジュールを更新しています。
2024年8月12日にTiProxyのコミットはありませんでした。