Re: B-Tree LRU cache (New Feature)
Posted by
sujith chacko on
Dec 04, 2016; 4:44pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/B-Tree-LRU-cache-New-Feature-tp2366p3639.html
Hi Shahid,
its a well explained document, just need few clarifications,
a) once compaction is done the segments and its blocks will be invalidated,
LRU's scope is to evict the unused objects from memory or least recently
used objects from memory, but after compaction the segment itself becomes
invalid,So is it really require to hold such objects in LRU cache and wait
for eviction till its memory size gets full?
Thanks,
Sujith
On Wed, Nov 23, 2016 at 6:30 PM, mohdshahidkhan <
[hidden email]> wrote: