VladRodionov / bigbase

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

Block cache: Consider using on heap cache for HOT data, configurable #25

Open VladRodionov opened 10 years ago

VladRodionov commented 10 years ago

If it would be configurable per table/cf that would be another story. One could then have smaller, hot table still use the block cache and have larger not-so-tables use the off heap cache; and thus we'd be able to make use of RAM sizes of 128gb or more.