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 2019/03/15 06:20:38 UTC

[GitHub] [carbondata] chetandb commented on a change in pull request #3138: [CARBONDATA-3305] Added DDL to drop cache for a table

chetandb commented on a change in pull request #3138: [CARBONDATA-3305] Added DDL to drop cache for a table
URL: https://github.com/apache/carbondata/pull/3138#discussion_r265860420
 
 

 ##########
 File path: docs/ddl-of-carbondata.md
 ##########
 @@ -1095,18 +1095,27 @@ Users can specify which columns to include and exclude for local dictionary gene
   about current cache used status in memory through the following command:
 
   ```sql
-  SHOW METADATA
+  SHOW METACACHE
   ``` 
   
   This shows the overall memory consumed in the cache by categories - index files, dictionary and 
   datamaps. This also shows the cache usage by all the tables and children tables in the current 
   database.
   
   ```sql
-  SHOW METADATA ON TABLE tableName
+  SHOW METACACHE ON TABLE tableName
 
 Review comment:
   Please update these points in the section
   1. Dictionary cache size is 0 when dictionary include column is not included in where clause in select filter query
   2. Cache information is updated only after the select query is executed. In case of alter table for altering metacache properties the previous cache is invalidated after the next select query is executed.

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