Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Alternatives to Consider

  • Couchbase Reviews & Ratings
    405 Ratings
    Company Website
  • RaimaDB Reviews & Ratings
    12 Ratings
    Company Website
  • Ditto Reviews & Ratings
    2 Ratings
    Company Website
  • Dragonfly Reviews & Ratings
    16 Ratings
    Company Website
  • TinyPNG Reviews & Ratings
    58 Ratings
    Company Website
  • Azore CFD Reviews & Ratings
    24 Ratings
    Company Website
  • Crowdin Reviews & Ratings
    907 Ratings
    Company Website
  • Nexo Reviews & Ratings
    18,034 Ratings
    Company Website
  • CirrusPrint Reviews & Ratings
    2 Ratings
    Company Website
  • Comet Backup Reviews & Ratings
    218 Ratings
    Company Website

What is LevelDB?

LevelDB, a high-performance key-value storage library created by Google, is engineered to maintain an ordered association between string keys and string values. It treats both keys and values as arbitrary byte arrays, with the data organized in a sorted manner according to the keys. Users can implement a custom comparison function to alter the default sorting dynamics if desired. The library supports batching of multiple changes into a single atomic operation, which helps preserve data integrity during updates. Moreover, it enables the creation of temporary snapshots, allowing users to capture a consistent view of the data at any point in time. Users can also iterate through the stored data in both forward and backward directions, which enhances the flexibility of data access. To improve storage efficiency, data is automatically compressed using the Snappy compression algorithm. Furthermore, the library interacts with the operating system through a virtual interface, giving users the option to customize interactions with external environments, including file system operations. In practical usage, for instance, a database may contain one million entries, each entry comprising a 16-byte key paired with a 100-byte value. Interestingly, during benchmarking, the values compress to about half their original size, resulting in considerable space savings. We provide thorough performance metrics for sequential reads in both directions and evaluate the effectiveness of random lookups to highlight the library's capabilities. This extensive performance evaluation assists developers in identifying ways to optimize their utilization of LevelDB in diverse applications, ensuring they can maximize the benefits offered by this powerful library. Additionally, understanding these metrics can lead to improved design choices in database implementation and usage.

What is BergDB?

Hello! BergDB is a database specifically built for Java and .NET environments, focusing on ease of use and efficiency. It is tailored for developers who prefer to focus on their primary tasks rather than being overwhelmed by intricate database issues. This cutting-edge solution offers simple key-value storage, strong ACID transactions, the ability to conduct historical queries, effective management of concurrency, secondary indexing, fast append-only storage, replication features, and smooth object serialization, among other notable functionalities. As an embedded, open-source, document-oriented, and schemaless NoSQL database, BergDB is engineered from its inception for exceptional transaction execution speed. Crucially, it ensures that all write operations are encapsulated within ACID transactions, maintaining the highest level of consistency, which is referred to as serializable isolation in SQL contexts. The capability for historical queries is vital for retrieving prior data states and enabling rapid concurrency management, and it’s worth mentioning that performing a read operation in BergDB does not lock resources, thereby improving its performance. This exceptional array of features positions BergDB as an attractive option for developers in need of a dependable database solution, making their workflow smoother and more efficient. Overall, BergDB stands out as a pioneering choice in the realm of database management systems.

Media

Media

Integrations Supported

Google Cloud Platform
LedisDB
OrbitDB
XBTS
insight

Integrations Supported

Google Cloud Platform
LedisDB
OrbitDB
XBTS
insight

API Availability

Has API

API Availability

Has API

Pricing Information

Pricing not provided.
Free Trial Offered?
Free Version

Pricing Information

Pricing not provided.
Free Trial Offered?
Free Version

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Company Facts

Organization Name

Google

Date Founded

2011

Company Location

United States

Company Website

github.com/google/leveldb

Company Facts

Organization Name

BergDB

Company Website

bergdb.com

Categories and Features

Categories and Features

Popular Alternatives

Popular Alternatives