From 87874eafbb8edd89741b94c7acce2e30904ce37c Mon Sep 17 00:00:00 2001 From: Flowyi Date: Thu, 11 Jun 2020 12:04:13 +0800 Subject: [PATCH 1/3] Update tiflash-configuration.md --- tiflash/tiflash-configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tiflash/tiflash-configuration.md b/tiflash/tiflash-configuration.md index 27b8bae89a1a..b2cafb335878 100644 --- a/tiflash/tiflash-configuration.md +++ b/tiflash/tiflash-configuration.md @@ -73,7 +73,8 @@ minmax_index_cache_size = 5368709120 # 数据块 min-max 索引的内存 cache [profiles] [profiles.default] dt_enable_logical_split = true # 存储引擎的 segment 分裂是否使用逻辑分裂。使用逻辑分裂可以减小写放大,提高写入速度,但是会造成一定的空间浪费。默认为 true - max_memory_usage_for_all_queries = 0 # 查询过程中,中间数据的内存限制,单位为 byte。默认为 0,表示不限制 + max_memory_usage = 10000000000 # 单次 coprocessor 查询过程中,中间数据的内存限制,单位为 byte。如果设置为 0 表示不限制 + max_memory_usage_for_all_queries = 0 # 所有查询过程中,中间数据的内存限制,单位为 byte。默认为 0,表示不限制 ``` ### 配置文件 tiflash-learner.toml From 81c15dbd78cc2ffeffa4c2f2b477c495a5924122 Mon Sep 17 00:00:00 2001 From: Flowyi Date: Thu, 11 Jun 2020 14:14:04 +0800 Subject: [PATCH 2/3] Update tiflash-configuration.md --- tiflash/tiflash-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiflash/tiflash-configuration.md b/tiflash/tiflash-configuration.md index b2cafb335878..444539357b53 100644 --- a/tiflash/tiflash-configuration.md +++ b/tiflash/tiflash-configuration.md @@ -73,7 +73,7 @@ minmax_index_cache_size = 5368709120 # 数据块 min-max 索引的内存 cache [profiles] [profiles.default] dt_enable_logical_split = true # 存储引擎的 segment 分裂是否使用逻辑分裂。使用逻辑分裂可以减小写放大,提高写入速度,但是会造成一定的空间浪费。默认为 true - max_memory_usage = 10000000000 # 单次 coprocessor 查询过程中,中间数据的内存限制,单位为 byte。如果设置为 0 表示不限制 + max_memory_usage = 10000000000 # 单次 coprocessor 查询过程中,中间数据的内存限制,单位为 byte。默认为 10000000000,如果设置为 0 表示不限制 max_memory_usage_for_all_queries = 0 # 所有查询过程中,中间数据的内存限制,单位为 byte。默认为 0,表示不限制 ``` From 2ae8e19d79a3a442f737d305025949cb55de70ae Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Mon, 15 Jun 2020 10:31:22 +0800 Subject: [PATCH 3/3] minor punctuation change --- 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 444539357b53..d93436d4a90e 100644 --- a/tiflash/tiflash-configuration.md +++ b/tiflash/tiflash-configuration.md @@ -73,8 +73,8 @@ minmax_index_cache_size = 5368709120 # 数据块 min-max 索引的内存 cache [profiles] [profiles.default] dt_enable_logical_split = true # 存储引擎的 segment 分裂是否使用逻辑分裂。使用逻辑分裂可以减小写放大,提高写入速度,但是会造成一定的空间浪费。默认为 true - max_memory_usage = 10000000000 # 单次 coprocessor 查询过程中,中间数据的内存限制,单位为 byte。默认为 10000000000,如果设置为 0 表示不限制 - max_memory_usage_for_all_queries = 0 # 所有查询过程中,中间数据的内存限制,单位为 byte。默认为 0,表示不限制 + max_memory_usage = 10000000000 # 单次 coprocessor 查询过程中,对中间数据的内存限制,单位为 byte,默认为 10000000000。如果设置为 0 表示不限制 + max_memory_usage_for_all_queries = 0 # 所有查询过程中,对中间数据的内存限制,单位为 byte,默认为 0,表示不限制 ``` ### 配置文件 tiflash-learner.toml