Audience

Organizations requiring a storage library solution providing ordered mapping from string keys to string values

About LevelDB

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. 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. 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. We use a database with a million entries. Each entry has a 16 byte key, and a 100 byte value. Values used by the benchmark compress to about half their original size. We list the performance of reading sequentially in both the forward and reverse direction, and also the performance of a random lookup.

Integrations

Ratings/Reviews

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Company Information

Google
Founded: 2011
United States
github.com/google/leveldb

Videos and Screen Captures

LevelDB Screenshot 1
Other Useful Business Software
Gemini 3 and 200+ AI Models on One Platform Icon
Gemini 3 and 200+ AI Models on One Platform

Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free

Product Details

Platforms Supported
Cloud
Windows
Mac
Linux
iPhone
iPad
Training
Documentation
Support
Online

LevelDB Frequently Asked Questions

Q: What kinds of users and organization types does LevelDB work with?
Q: What languages does LevelDB support in their product?
Q: What other applications or services does LevelDB integrate with?
Q: Does LevelDB have a mobile app?
Q: What type of training does LevelDB provide?

LevelDB Product Features