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 best-practices/tidb-partitioned-tables-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ WHERE `fa`.`sid` IN (

次の表は、365 個の範囲パーティションを持つテーブルから 400 行を返すクエリの結果を示しています。

| コンフィグレーション | 平均クエリ時間 | タスクの収集(インデックススキャン) | 警官タスク(テーブル検索) | 警官の合計タスク |
| コンフィグレーション | 平均クエリ時間 | COP タスク(インデックススキャン) | COP タスク(テーブル検索) | COP タスクの合計 |
| ------------------------- | ------- | ------------------ | ------------- | -------- |
| パーティションテーブル | 12.6ミリ秒 | 72 | 79 | 151 |
| ローカルインデックスを持つパーティションテーブル | 108ミリ秒 | 600 | 375 | 975 |
Expand Down
2 changes: 1 addition & 1 deletion releases/release-6.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ TiDBバージョン: 6.3.0-DMR

## 削除された機能 {#removed-feature}

バージョン6.3.0以降、TiCDCはPulsarシンクの設定をサポートしなくなりました。StreamNativeが提供する[コップ](https://github.com/streamnative/kop)代替として使用できます
バージョン6.3.0以降、TiCDCはPulsarシンクの設定をサポートしなくなりました。StreamNativeが提供する[kop](https://github.com/streamnative/kop)を代替として使用できます

## 改善点 {#improvements}

Expand Down
2 changes: 1 addition & 1 deletion releases/release-6.5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ TiDB バージョン: 6.5.1
- 解決されたTSによりネットワークトラフィックが増加する問題を修正[#14092](https://github.com/tikv/tikv/issues/14092) @[overvenus](https://github.com/overvenus)
- 悲観的DML 失敗後のDML実行中にTiDBとTiKV間のネットワーク障害によって発生するデータの不整合の問題を修正しました。 [#14038](https://github.com/tikv/tikv/issues/14038) @[MyonKeminta](https://github.com/MyonKeminta)
- `const Enum`型を他の型にキャストするときに発生するエラーを修正しました [#14156](https://github.com/tikv/tikv/issues/14156) @[wshwsh12](https://github.com/wshwsh12)
- 警官タスクのページングが不正確になる問題を修正[#14254](https://github.com/tikv/tikv/issues/14254) @[you06](https://github.com/you06)
- Cop タスクのページングが不正確になる問題を修正[#14254](https://github.com/tikv/tikv/issues/14254) @[you06](https://github.com/you06)
- `batch_cop`モードで`scan_detail`フィールドが不正確になる問題を修正 [#14109](https://github.com/tikv/tikv/issues/14109) @[you06](https://github.com/you06)
- Raft Engineの潜在的なエラーを修正しました。このエラーにより、TiKV がRaftデータの破損を検出し、TiKV の再起動に失敗する可能性があります。 [`#14338`](https://github.com/tikv/tikv/issues/14338) @[tonyxuqqi](https://github.com/tonyxuqqi)

Expand Down
Loading