You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Otis Gospodnetic <ot...@yahoo.com> on 2012/02/15 22:55:51 UTC

Pluggable storage?

Hi,

Was just reading about SSTable and LevelDB (http://www.igvita.com/2012/02/06/sstable-and-log-structured-storage-leveldb/), which has some HBase references.  Somebody pointed out in comments Riak supports LevelDB as a storage engine option, which made me wonder whether pluggable backend storage is on HBase's long-term road map?

Thanks,
Otis

Re: Pluggable storage?

Posted by Stack <st...@duboce.net>.
On Wed, Feb 15, 2012 at 1:55 PM, Otis Gospodnetic
<ot...@yahoo.com> wrote:
> Hi,
>
> Was just reading about SSTable and LevelDB (http://www.igvita.com/2012/02/06/sstable-and-log-structured-storage-leveldb/), which has some HBase references.  Somebody pointed out in comments Riak supports LevelDB as a storage engine option, which made me wonder whether pluggable backend storage is on HBase's long-term road map?
>

No one seems to be calling for it Otis.  I think we're still working
on our current storage trying to make sense of it under the different
loadings.  What would you want?  Leveldb is attractive because its
'done' but it would seem to make for significantly more i/o spent at
compaction time (though at read time there could be less).

St.Ack