ajantha-bhat commented on a change in pull request #3672: [CRBONDATA-3746]
Support column chunk cache in reader
URL: https://github.com/apache/carbondata/pull/3672#discussion_r394878772
##########
File path:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -491,6 +491,12 @@ private CarbonCommonConstants() {
// default blocklet size value in MB
public static final String TABLE_BLOCKLET_SIZE_DEFAULT = "64";
+ // table property to enable column chunk data cache in reader
+ public static final String COLUMN_CACHE_ENABLED = "column_cache_enable";
Review comment:
Need to update the new table property in document
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services