All of lore.kernel.org
 help / color / mirror / Atom feed
* rocksdb Seen today - replacement for leveldb?
@ 2013-11-27 10:55 Stefan Priebe - Profihost AG
  2013-11-27 10:56 ` [ceph-users] " Stefan Priebe - Profihost AG
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Priebe - Profihost AG @ 2013-11-27 10:55 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org; +Cc: ceph-users

Hi,

while googles leveldb was too slow for facebook they created rocksdb
(http://rocksdb.org/) may be interesting for Ceph? It's already
production quality.

Greets,
Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ceph-users] rocksdb Seen today - replacement for leveldb?
  2013-11-27 10:55 rocksdb Seen today - replacement for leveldb? Stefan Priebe - Profihost AG
@ 2013-11-27 10:56 ` Stefan Priebe - Profihost AG
  2013-11-27 11:52   ` Haomai Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Priebe - Profihost AG @ 2013-11-27 10:56 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

the performance comparisions are very impressive:

https://github.com/facebook/rocksdb/wiki/Performance-Benchmarks

Stefan

Am 27.11.2013 11:55, schrieb Stefan Priebe - Profihost AG:
> Hi,
> 
> while googles leveldb was too slow for facebook they created rocksdb
> (http://rocksdb.org/) may be interesting for Ceph? It's already
> production quality.
> 
> Greets,
> Stefan
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ceph-users] rocksdb Seen today - replacement for leveldb?
  2013-11-27 10:56 ` [ceph-users] " Stefan Priebe - Profihost AG
@ 2013-11-27 11:52   ` Haomai Wang
  2013-11-27 14:54     ` Mark Nelson
  0 siblings, 1 reply; 4+ messages in thread
From: Haomai Wang @ 2013-11-27 11:52 UTC (permalink / raw)
  To: Stefan Priebe - Profihost AG; +Cc: ceph-devel@vger.kernel.org

Yes, we have related bp for rocksdb backend.
wiki.ceph.com/index.php?title=01Planning/02Blueprints/Firefly/osd:_new_key%2F%2Fvalue_backend

On Wed, Nov 27, 2013 at 6:56 PM, Stefan Priebe - Profihost AG
<s.priebe@profihost.ag> wrote:
> the performance comparisions are very impressive:
>
> https://github.com/facebook/rocksdb/wiki/Performance-Benchmarks
>
> Stefan
>
> Am 27.11.2013 11:55, schrieb Stefan Priebe - Profihost AG:
>> Hi,
>>
>> while googles leveldb was too slow for facebook they created rocksdb
>> (http://rocksdb.org/) may be interesting for Ceph? It's already
>> production quality.
>>
>> Greets,
>> Stefan
>> _______________________________________________
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Best Regards,

Wheat

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ceph-users] rocksdb Seen today - replacement for leveldb?
  2013-11-27 11:52   ` Haomai Wang
@ 2013-11-27 14:54     ` Mark Nelson
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Nelson @ 2013-11-27 14:54 UTC (permalink / raw)
  To: Haomai Wang; +Cc: Stefan Priebe - Profihost AG, ceph-devel@vger.kernel.org

Very interesting guys!  I'm also interested in sync reads/writes. 
That's where leveldb really seemed to fall over in the testing I did. 
On my laptop with an SSD I was getting 200 iops no matter if I was doing 
random or sequential sync writes (using a single thread) with stock 
leveldb, hyperdex, or basho's version.  It would be interesting to try 
rocksdb.

Nisha Talagala of Fusion IO also did a presentation at PDSW comparing 
their OpenNVM key-value layer to leveldb for sync reads/writes here 
(slide 24):

http://www.pdsw.org/pdsw13/slides/talagala-Flash_datacenter-pdsw13.pdf

Mark

On 11/27/2013 05:52 AM, Haomai Wang wrote:
> Yes, we have related bp for rocksdb backend.
> wiki.ceph.com/index.php?title=01Planning/02Blueprints/Firefly/osd:_new_key%2F%2Fvalue_backend
>
> On Wed, Nov 27, 2013 at 6:56 PM, Stefan Priebe - Profihost AG
> <s.priebe@profihost.ag> wrote:
>> the performance comparisions are very impressive:
>>
>> https://github.com/facebook/rocksdb/wiki/Performance-Benchmarks
>>
>> Stefan
>>
>> Am 27.11.2013 11:55, schrieb Stefan Priebe - Profihost AG:
>>> Hi,
>>>
>>> while googles leveldb was too slow for facebook they created rocksdb
>>> (http://rocksdb.org/) may be interesting for Ceph? It's already
>>> production quality.
>>>
>>> Greets,
>>> Stefan
>>> _______________________________________________
>>> ceph-users mailing list
>>> ceph-users@lists.ceph.com
>>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-27 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27 10:55 rocksdb Seen today - replacement for leveldb? Stefan Priebe - Profihost AG
2013-11-27 10:56 ` [ceph-users] " Stefan Priebe - Profihost AG
2013-11-27 11:52   ` Haomai Wang
2013-11-27 14:54     ` Mark Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.