VladRodionov / bigbase

BigBase - read optimized, fully HBase-compatible, NoSQL Data Store
GNU Affero General Public License v3.0
9 stars 1 forks source link

LRU Eviction + fast eviction processing does not work for large %% of IMMORTAL objects #16

Open VladRodionov opened 10 years ago

VladRodionov commented 10 years ago

When we have 50% of cache population IMMORTAL (pinned) object default eviction processing OffHeapCache.processEvictionFast in LRU does not work 100%. It seems that 25% of IMMORTAL is OK. Consider switching to more complex eviction processing.