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 7672677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:20:27+00:00 2026-05-31T16:20:27+00:00

I am looking for a lightweight, reliable and fast key/value database for storing binary

  • 0

I am looking for a lightweight, reliable and fast key/value database for storing binary data. Simple without server. Most of popular key/value databases like CDB and BerkeleyDB does not natively store BLOB. What can be the best choice that I missed?

My current choice is SQLite, but it is too advanced for my simple usage.

  • 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-31T16:20:28+00:00Added an answer on May 31, 2026 at 4:20 pm

    As it was previously pointed out, BerkeleyDB does support opaque values and keys, but I would suggest a better alternative: LevelDB.

    LevelDB:

    Google is your friend :), so much so that they even provide you with an embedded database: A fast and lightweight key/value database library by Google.

    Features:

    • Keys and values are arbitrary byte arrays.
    • Data is stored sorted by key.
    • Callers can provide a custom comparison function to override the sort order.
    • The basic operations are Put(key,value), Get(key), Delete(key).
    • Multiple changes can be made in one atomic batch.
    • Users can create a transient snapshot to get a consistent view of data.
    • Forward and backward iteration is supported over the data.
    • Data is automatically compressed using the Snappy compression library.
    • External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
    • Detailed documentation about how to use the library is included with the source code.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a lightweight, easy to setup CI server that I can run
I am looking for a .net templating engine - something simple, lightweight, stable with
I'm looking for a lightweight, open source, more or less cross-database Java library that
I am looking for a really simple and lightweight IoC Container whose C# source
I am looking into using a lightweight serverless database engine like SQLite, Firebird, or
I'm looking to some lightweight open source php based MySQL database managing script. I
i'm looking for a free and lightweight packetsniffer for debugging internal server errors like
I am looking for a lightweight embedded database to store (and rarely modify) a
I am looking for lightweight messaging framework in Java. My task is to process
I am looking for a lightweight source control system for use on hobby projects

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.