VladRodionov / bigbase

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

Row cache. Get rid off put/get with direct compression #54

Open VladRodionov opened 10 years ago

VladRodionov commented 10 years ago

These two methods are not being used anywhere, except in two places of RowCache class. Use standard put/get instead.