From 15e00a492bd8693de7a47c01291175d783dd7cd7 Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Sun, 23 Apr 2023 15:53:14 +0800 Subject: [PATCH] Update release-7.0.0.md --- releases/release-7.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-7.0.0.md b/releases/release-7.0.0.md index 82d519f4f8ff7..547f363bb5a57 100644 --- a/releases/release-7.0.0.md +++ b/releases/release-7.0.0.md @@ -274,7 +274,7 @@ In v7.0.0-DMR, the key new features and improvements are as follows: Starting from v6.6.0, TiDB Lightning supports compressing locally encoded and sorted key-value pairs for network transfer when sending them to TiKV, thus reducing the amount of data transferred over the network and lowering the network bandwidth overhead. In the earlier TiDB versions before this feature is supported, TiDB Lightning requires relatively high network bandwidth and incurs high traffic charges in case of large data volumes. - In v7.7.0, this feature becomes GA and is disabled by default. To enable it, you can set the `compress-kv-pairs` configuration item of TiDB Lightning to `"gzip"` or `"gz"`. + In v7.0.0, this feature becomes GA and is disabled by default. To enable it, you can set the `compress-kv-pairs` configuration item of TiDB Lightning to `"gzip"` or `"gz"`. For more information, see [documentation](/tidb-lightning/tidb-lightning-configuration.md#tidb-lightning-task).