VladRodionov / bigbase

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

L3 support for row cache #53

Open VladRodionov opened 10 years ago

VladRodionov commented 10 years ago

For some use cases (random access, small rows, hot data set does not fit into RAM) ability to have second level cache on SSD can be desirable. L3 must have support for small rows as well (not only for data blocks). Current L3 index overhead of 64 bytes allows to store efficiently on SSD rows as small as several hundreds bytes.