ajantha-bhat commented on a change in pull request #3584: [CARBONDATA-3718]
Support SegmentLevel MinMax for better Pruning and less driver memory usage for
cache
URL: https://github.com/apache/carbondata/pull/3584#discussion_r389593661
##########
File path:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -2406,4 +2406,14 @@ private CarbonCommonConstants() {
public static final String BUCKET_COLUMNS = "bucket_columns";
public static final String BUCKET_NUMBER = "bucket_number";
+ /**
+ * Load all indexes to carbon LRU cache
+ */
+ public static final String CARBON_LOAD_ALL_INDEX_TO_CACHE =
"carbon.load.all.indexes.to.cache";
Review comment:
As it is segment level, better to keep the name as
`carbon.load.all.segment.indexes.to.cache`
----------------------------------------------------------------
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