You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/09/03 05:14:16 UTC

[GitHub] [carbondata-site] chetandb commented on a change in pull request #69: 1.6.0

chetandb commented on a change in pull request #69: 1.6.0
URL: https://github.com/apache/carbondata-site/pull/69#discussion_r320093067
 
 

 ##########
 File path: content/configuration-parameters.html
 ##########
 @@ -624,6 +648,11 @@ <h2>
 <td>true</td>
 <td>Each CarbonData file has a companion CarbonIndex file which maintains the metadata about the data. These CarbonIndex files are read and loaded into driver and is used subsequently for pruning of data during queries. These CarbonIndex files are very small in size(few KB) and are many. Reading many small files from HDFS is not efficient and leads to slow IO performance. Hence these CarbonIndex files belonging to a segment can be combined into  a single file and read once there by increasing the IO throughput. This configuration enables to merge all the CarbonIndex files into a single MergeIndex file upon data loading completion.<strong>NOTE:</strong> Reading a single big file is more efficient in HDFS and IO throughput is very high. Due to this the time needed to load the index files into memory when query is received for the first time on that table is significantly reduced and there by significantly reduces the delay in serving the first query.</td>
 </tr>
+<tr>
+<td>carbon.enable.range.compaction</td>
+<td>true</td>
+<td>To configure Ranges-based Compaction to be used or not for RANGE_COLUMN. If true after compaction also the data would be present in ranges.</td>
 
 Review comment:
   Change Ranges to Range in "To configure Ranges-based Compaction"

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services