[DOCS] Adds recommendation about when to use chunking_config in manual mode. (#65060) (#65083)

This commit is contained in:
István Zoltán Szabó 2020-11-17 10:45:28 +01:00 committed by GitHub
parent 3974c3b066
commit 93505cc05f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -968,8 +968,9 @@ There are three available modes:
+
--
* `auto`: The chunk size is dynamically calculated. This is the default and
recommended value.
* `manual`: Chunking is applied according to the specified `time_span`.
recommended value when the {dfeed} does not use aggregations.
* `manual`: Chunking is applied according to the specified `time_span`. Use this
mode when the {dfeed} uses aggregations.
* `off`: No chunking is applied.
--
end::mode[]