From bc681230243f9e456d5538735a10498c41358068 Mon Sep 17 00:00:00 2001 From: wgcn <1026688210@qq.com> Date: Sat, 27 Jan 2024 20:07:59 +0800 Subject: [PATCH] add doc --- docs/layouts/shortcodes/generated/core_configuration.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/layouts/shortcodes/generated/core_configuration.html b/docs/layouts/shortcodes/generated/core_configuration.html index 3abe40262064a..fafdc0764c07a 100644 --- a/docs/layouts/shortcodes/generated/core_configuration.html +++ b/docs/layouts/shortcodes/generated/core_configuration.html @@ -575,6 +575,13 @@ Duration The maximum time of completed snapshots to retain. + +
sort-compaction.range-strategy
+ QUANTITY +

Enum

+ The range strategy of sort compaction,there are two possible values: size ,quantity, the default value is quantity. +If the data size allocated for the sorting task is uneven,which may lead to performance bottlenecks, setting the config to size can be advisable to consider.

Possible values: +
sort-engine
loser-tree