Skip to content

Commit 2ece45f

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs release-6.5
1 parent e3f40e5 commit 2ece45f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

markdown-pages/en/tidb/release-6.5/tidb-configuration-file.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,10 +660,14 @@ Configuration items related to opentracing.reporter.
660660

661661
### `grpc-compression-type`
662662

663-
- Specifies the compression type used for data transfer between TiDB and TiKV nodes. The default value is `"none"`, which means no compression. To enable the gzip compression, set this value to `"gzip"`.
663+
- Specifies the compression type used for data transfer from TiDB nodes to TiKV nodes. The default value is `"none"`, which means no compression. To enable the gzip compression, set this value to `"gzip"`.
664664
- Default value: `"none"`
665665
- Value options: `"none"`, `"gzip"`
666666

667+
> **Note:**
668+
>
669+
> The compression algorithm for response messages returned from TiKV nodes to TiDB nodes is controlled by the TiKV configuration item [`grpc-compression-type`](/tikv-configuration-file.md#grpc-compression-type).
670+
667671
### `commit-timeout`
668672

669673
- The maximum timeout when executing a transaction commit.

markdown-pages/en/tidb/release-6.5/tikv-configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ This document only describes the parameters that are not included in command-lin
138138

139139
### `grpc-compression-type`
140140

141-
+ The compression algorithm for gRPC messages
141+
+ The compression algorithm for gRPC messages. It affects gRPC messages between TiKV nodes. Starting from v6.5.11, it also affects gRPC response messages sent from TiKV to TiDB.
142142
+ Optional values: `"none"`, `"deflate"`, `"gzip"`
143143

144144
> **Note:**

0 commit comments

Comments
 (0)