From 8722ec02327ca4b51dc8389c2b4b99c47454c3a2 Mon Sep 17 00:00:00 2001 From: jiaqizho Date: Fri, 20 May 2022 19:54:39 +0800 Subject: [PATCH] Changed format_version default value to 4 (#8662) --- tiflash/tiflash-configuration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tiflash/tiflash-configuration.md b/tiflash/tiflash-configuration.md index d5656cb8537f8..c8b2be6a636ed 100644 --- a/tiflash/tiflash-configuration.md +++ b/tiflash/tiflash-configuration.md @@ -76,8 +76,9 @@ 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 = 3 + ## * 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] ## The list of directories to store the main data. More than 90% of the total data is stored in