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
You Might Also Like
Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
Achieve perfect load balancing with a flexible Open Source Load Balancer

Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.

Product Details

Platforms Supported
SaaS
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