[CARBONDATA-2486][DOC] Update set search mode information in the documentation
Update set search mode information in the documentation This closes #2312 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/1d302a8b Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/1d302a8b Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/1d302a8b Branch: refs/heads/branch-1.4 Commit: 1d302a8b563c80e762985e10ed2bf9c9917e812d Parents: fc4b7f9 Author: xubo245 <[email protected]> Authored: Wed May 16 20:43:59 2018 +0800 Committer: chenliang613 <[email protected]> Committed: Thu May 17 11:55:19 2018 +0800 ---------------------------------------------------------------------- docs/configuration-parameters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/1d302a8b/docs/configuration-parameters.md ---------------------------------------------------------------------- diff --git a/docs/configuration-parameters.md b/docs/configuration-parameters.md index e39d61b..11cc6ea 100644 --- a/docs/configuration-parameters.md +++ b/docs/configuration-parameters.md @@ -133,7 +133,8 @@ This section provides the details of all the configurations required for CarbonD | carbon.enableMinMax | true | Min max is feature added to enhance query performance. To disable this feature, set it false. | | carbon.dynamicallocation.schedulertimeout | 5 | Specifies the maximum time (unit in seconds) the scheduler can wait for executor to be active. Minimum value is 5 sec and maximum value is 15 sec. | | carbon.scheduler.minregisteredresourcesratio | 0.8 | Specifies the minimum resource (executor) ratio needed for starting the block distribution. The default value is 0.8, which indicates 80% of the requested resource is allocated for starting block distribution. The minimum value is 0.1 min and the maximum value is 1.0. | - +| carbon.search.enabled | false | If set to true, it will use CarbonReader to do distributed scan directly instead of using compute framework like spark, thus avoiding limitation of compute framework like SQL optimizer and task scheduling overhead. | + * **Global Dictionary Configurations** | Parameter | Default Value | Description |
