VladRodionov / bigbase

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

Introduce BLOCKCACHE-L3 config option for HBase table/column family #47

Open VladRodionov opened 10 years ago

VladRodionov commented 10 years ago

BLOCKCACHE-L3 = true means that blocks will be cached only in L3, bypassing L2. This to avoid L2 cache trashing when L2 size is not enough to keep majority of hot blocks but L3 cache is large enough for the purpose.