VladRodionov / bigbase

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

HBase: proposal for prefix API #1

Open VladRodionov opened 10 years ago

VladRodionov commented 10 years ago

Read here: RocksDB Wiki. Perfix API is similar to Amazon Dynamo DB NoSQL API, where row key is split into two parts: hash-prefix and scan - suffix. This will require custom split support as well.