Hi there! I'm a YC alum (reMail W09) and helped Jeff and Sanjay with LevelDB. Let me know if you have any questions about LevelDB and I'll see if I can help.
LevelDB: A Fast Persistent Key-Value Store
21–30 of 66 posts
Re: LevelDB: A Fast Persistent Key-Value Store
#22it would be cool to make a leveldb backed fork of redis
Pardon my ignorance but what's backing redis currently?
Re: LevelDB: A Fast Persistent Key-Value Store
#23How is this different than BDB?
Re: LevelDB: A Fast Persistent Key-Value Store
#24Interesting how, like in the open-sourced protobuf, there are no commits by Jeff or Sanjay...
Re: LevelDB: A Fast Persistent Key-Value Store
#25Re: LevelDB: A Fast Persistent Key-Value Store
#26Re: LevelDB: A Fast Persistent Key-Value Store
#27Interesting how, like in the open-sourced protobuf, there are no commits by Jeff or Sanjay...
Jeff and Sanjay wrote the original protocol buffer implementation. The project was taken over by Kenton Varda, who rewrote the C++ and Java parts; this is what was open sourced. See http://temporal.fateofio.org/files/resume
Re: LevelDB: A Fast Persistent Key-Value Store
#28http://www.oracle.com/technetwork/database/berkeleydb/overvi...
It's essentially drop-in compatible with SQLite, but with added concurrency and speed for most operations. (The concurrency addresses a major issue usually keeping SQLite as a prototyping/single-user-only option in web development.)
With LevelDB as a BSD-licensed alternative to BDB, I wonder:
(1) How would the LevelDB-vs-SQLite benchmarks change against SQLite+BDB backend?
(2) Could a SQLite fork with a LevelDB backend get a performance boost?
Re: LevelDB: A Fast Persistent Key-Value Store
#29Earlier quoted context omitted.
you don't need to pay anyone to use it in your commercial software.
I suppose if you are shipping proprietary binaries, then yes. But otherwise it's effectively GPL'ed.
Re: LevelDB: A Fast Persistent Key-Value Store
#30Earlier quoted context omitted.
Your point?
That leveldb has been discussed several times on HN in the last two months. I just didn't break out the links from the search UI. Downvoters: links to previous context are generally considered a good thing here.