VladRodionov / bigbase

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

New ExtKeyValueStorage #55

Open VladRodionov opened 10 years ago

VladRodionov commented 10 years ago

We need new interface ExtKeyValueStorage for external storages that provide K-V API and we need to support this type of storages in both : row cache and block cache

VladRodionov commented 10 years ago

The existing ExtStorage is a dumb blob-storage. It relies on external meta data support.