diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index feb459b579806..65df7424bb506 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -141,6 +141,11 @@ This document only describes the parameters that are not included in command-lin + The compression algorithm for gRPC messages, which affects gRPC messages between TiKV nodes and gRPC response messages sent from TiKV to TiDB + Optional values: `"none"`, `"deflate"`, `"gzip"` + + > **Warning:** + > + > TiDB supports `"none"` and `"gzip"` only + + Default value: `"none"` ### `grpc-concurrency`