Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
- [`tidb_external_ts`を使用してステイル読み取りを実行する](/tidb-external-ts.md)
- [`tidb_snapshot`システム変数を使用する](/read-historical-data.md)
- [配置ルールを使用する](/configure-placement-rules.md)
- [ロードベース分割を使用する](/configure-load-base-split.md)
- [ロードベーススプリットを使用する](/configure-load-base-split.md)
- [ストア制限を使用する](/configure-store-limit.md)
- [バッチ処理](/batch-processing.md)
- PDマイクロサービスを使用する
Expand Down
2 changes: 1 addition & 1 deletion releases/release-5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ CREATE TABLE `t` (`a` VARCHAR(255) PRIMARY KEY CLUSTERED, `b` INT);

`delete from table where id <? limit ?`ステートメントの p99 パフォーマンスは 4 倍向上しました。

### ロードベース分割戦略を最適化し、一部の小規模テーブルホットスポット読み取りシナリオでデータが分割できないというパフォーマンス問題を解決します。 {#optimize-load-base-split-strategy-to-solve-the-performance-problem-that-data-cannot-be-split-in-some-small-table-hotspot-read-scenarios}
### ロードベーススプリット戦略を最適化し、一部の小規模テーブルホットスポット読み取りシナリオでデータが分割できないというパフォーマンス問題を解決します。 {#optimize-load-base-split-strategy-to-solve-the-performance-problem-that-data-cannot-be-split-in-some-small-table-hotspot-read-scenarios}

[#18005](https://github.com/pingcap/tidb/issues/18005)

Expand Down
2 changes: 1 addition & 1 deletion releases/release-6.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ TiDB v6.2.0以降、 BRを使用したRawKVのバックアップと復元は非

- PD

- リージョンのCPU使用率の統計的側面をサポートし、ロードベース分割の使用シナリオを強化する [#12063](https://github.com/tikv/tikv/issues/12063) @[JmPotato](https://github.com/JmPotato)
- リージョンのCPU使用率の統計的側面をサポートし、ロードベーススプリットの使用シナリオを強化する [#12063](https://github.com/tikv/tikv/issues/12063) @[JmPotato](https://github.com/JmPotato)

- TiFlash

Expand Down
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -2820,7 +2820,7 @@ TiKVストレージレイヤーのリソース制御に関連する設定項目

## スプリット {#split}

[ロードベース分割](/configure-load-base-split.md)に関する設定項目。
[ロードベーススプリット](/configure-load-base-split.md)に関する設定項目。

### `byte-threshold` <span class="version-mark">v5.0 で追加</span> {#byte-threshold-new-in-v50}

Expand Down
Loading