Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5963329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:14:07+00:00 2026-05-22T19:14:07+00:00

Leveldb seems to be a new interesting persistent key value store from Google. How

  • 0

Leveldb seems to be a new interesting persistent key value store from Google. How does Leveldb differ from Redis or Riak or Tokyo Tyrant? In what specific use cases is one better than the other?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T19:14:08+00:00Added an answer on May 22, 2026 at 7:14 pm

    I find I disagree a bit with colum’s criteria though the differences between leveldb and Redis he points out are spot on.

    Do you need concurrency? I’d go with Redis. I say this because Redis already has the code written to handle it. Any time I can use well-written Other People’s Code to handle concurrency, so much the better. I don’t simply mean multi-threaded apps, but include in this the notion of multiple processes – be they on the same system or not. Even then, not needing to write and debug locking in a multi-threaded app has a big advantage in my eyes.

    Do you want it completely self-contained within the app? Go with leveldb as it is a library. Do need or want more than just a k/v? Go with Redis.

    I’m only commenting on the leveldb or Redis aspect as I don’t consider myself fluent enough yet in Riak or TT to comment on their better suits.

    In short if all you are looking for is persistent key-value store in a single-threaded app then leveldb is the option to choose among your list (another would be Tokyo cabinet or good ole BerkleyDB or even sqlite). But if you want more than that, choose one of the others.

    [edit: updated explanation wrt. concurrency]

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using leveldb to store key-value pairs of integer and MyClass objects. Actually, a
I'm using leveldb to store records (key-value), where the key is a 64-bit hash
In our application we use std::map to store (key, value) data and use serialization
Is there a way to access a levelDB database from several programs? Is there
I have to save an increasing ID as key into a levelDB database. So
I am trying to create a key/value database with 300,000,000 key/value pairs of 8
I try to write a wrapper class for leveldb. Basically the part of the
I have Riak (1.0.2) installed in my VMWare Workstation running Ubuntu Linux Natty. It's
I want to know if LevelDB supports java ? Where can i get the
In order to test leveldb, I tried to reproduce the leveldb's example on VS

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.