From 1dcd419619ca1ecb6f6602b3b5bdec84a17c867d Mon Sep 17 00:00:00 2001 From: shichun-0415 <89768198+shichun-0415@users.noreply.github.com> Date: Fri, 20 May 2022 19:38:11 +0800 Subject: [PATCH] Apply suggestions from code review --- tiflash/tiflash-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tiflash/tiflash-configuration.md b/tiflash/tiflash-configuration.md index b1fb1a8862de9..c8b2be6a636ed 100644 --- a/tiflash/tiflash-configuration.md +++ b/tiflash/tiflash-configuration.md @@ -76,8 +76,8 @@ delta_index_cache_size = 0 ## DTFile format ## * format_version = 1, the old format, deprecated. ## * format_version = 2, the default format for versions < v6.0.0. - ## * format_version = 3, the default format for versions v6.0.0, which provides more data validation features. - ## * format_version = 4, the default format for versions >= v6.1.0, which provides lower write amplification and lower background task resource consumption + ## * format_version = 3, the default format for v6.0.0, which provides more data validation features. + ## * format_version = 4, the default format for v6.1.0 and later versions, which provides lower write amplification and lower background task resource consumption # format_version = 4 [storage.main]