ajantha-bhat commented on a change in pull request #3689: [CARBONDATA-3680]Add 
Secondary Index Document
URL: https://github.com/apache/carbondata/pull/3689#discussion_r401741063
 
 

 ##########
 File path: docs/configuration-parameters.md
 ##########
 @@ -147,6 +148,8 @@ This section provides the details of all the 
configurations required for the Car
 | carbon.query.stage.input.enable | false | Stage input files are data files 
written by external applications (such as Flink), but have not been loaded into 
carbon table. Enabling this configuration makes query to include these files, 
thus makes query on latest data. However, since these files are not indexed, 
query maybe slower as full scan is required for these files. |
 | carbon.driver.pruning.multi.thread.enable.files.count | 100000 | To prune in 
multi-thread when total number of segment files for a query increases beyond 
the configured value. |
 | carbon.load.all.segment.indexes.to.cache | true | Setting this configuration 
to false, will prune and load only matched segment indexes to cache using 
segment metadata information such as columnid and it's minmax values, which 
decreases the usage of driver memory.  |
+| carbon.secondary.index.creation.threads | 1 | Specifies the number of 
threads to concurrently process segments during secondary index creation. This 
property helps fine tuning the system when there are a lot of segments in a 
table. The value range is 1 to 50. |
 
 Review comment:
   I see, IDE it was showing grey. Indexing problem may be

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to