LevelDB Description

LevelDB is a fast key/value storage library that Google has created. It provides an ordered mapping of string keys to string value. Keys and values can be stored in arbitrary byte arrays. Data is stored in key order. To override the order of the data, callers can provide a custom comparator function. Multiple changes can be made to an atomic batch. To maintain a consistent view of data, users can create a temporary snapshot. Data can be used for forward and backward iteration. Snappy is used to automatically compress data. External activity (file system operations, etc.) The information is transmitted via a virtual interface to allow users to customize the operating system interactions. A database with over a million entries is used. Each entry is assigned a 16-byte key and a 100-byte value. The benchmark reduces the size of the values to approximately half of their original size. The benchmark lists the performance of sequential reading in the forward and reverse directions, as well as the performance of random lookups.

Integrations

Reviews

Total
ease
features
design
support

No User Reviews. Be the first to provide a review:

Write a Review

Company Details

Company:
Google
Year Founded:
2011
Headquarters:
United States
Website:
github.com/google/leveldb

Media

LevelDB Screenshot 1
Recommended Products
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now

Product Details

Platforms
SaaS
Windows
Mac
Linux
iPhone
iPad
Type of Training
Documentation
Customer Support
Online

LevelDB Features and Options

LevelDB User Reviews

Write a Review
  • Previous
  • Next