Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2391#discussion_r199317103
--- Diff:
core/src/main/java/org/apache/carbondata/core/indexstore/BlockletDataMapIndexStore.java
---
@@ -49,6 +50,7 @@
*/
protected CarbonLRUCache lruCache;
+ Map<String, Map<String, BlockMetaInfo>> segInfoCache;
--- End diff --
It's used for reduce the S3 IO, It needs 70*140 IO before, now it only need
140 IO---
