You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2020/01/10 02:13:56 UTC

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #3566: [CARBONDATA-3492]: Added prepriming in the Index Server Documentation

Indhumathi27 commented on a change in pull request #3566: [CARBONDATA-3492]: Added prepriming in the Index Server Documentation
URL: https://github.com/apache/carbondata/pull/3566#discussion_r365046175
 
 

 ##########
 File path: docs/index-server.md
 ##########
 @@ -119,6 +119,16 @@ be written to file.
 The user can set the location for these file by using 'carbon.indexserver.temp.path'. By default
 table path would be used to write the files.
 
+## Prepriming
+The caching of the datamaps in the Index Server will start once the query is fired on the table for
+the first time. All the datamaps will be loaded if a count(*) query is fired and only the required
+will be loaded for any filter query. Unless the query is fired on the table there will be no caching, 
+which reduces the performance of the first time query. To improve the performance of the first time 
+query, cache can be preprimed in the Index Server. During prepriming the datamaps can be loaded in the 
+Index Server during load command before a select query is fired on the table.
 
 Review comment:
   during Load command => i think should be for both Load and Insert into command. Please change

----------------------------------------------------------------
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