Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
LevelDB is a high-performance key-value storage library developed by Google, designed to maintain an ordered mapping between string keys and string values. The keys and values are treated as arbitrary byte arrays, and the stored data is organized in a sorted manner based on the keys. Users have the option to supply a custom comparison function to modify the default sorting behavior. The library allows for multiple changes to be grouped into a single atomic batch, ensuring data integrity during updates. Additionally, users can create a temporary snapshot for a consistent view of the data at any given moment. The library supports both forward and backward iteration through the stored data, enhancing flexibility during data access. Data is automatically compressed using the Snappy compression algorithm to optimize storage efficiency. Moreover, interactions with the external environment, such as file system operations, are managed through a virtual interface, giving users the ability to customize how the library interacts with the operating system. In practical applications, we utilize a database containing one million entries, where each entry consists of a 16-byte key and a 100-byte value. Notably, the values used in benchmarking compress to approximately half of their original size, allowing for significant space savings. We provide detailed performance metrics for sequential reads in both forward and reverse directions, as well as the effectiveness of random lookups, to showcase the library's capabilities. This comprehensive performance analysis aids developers in understanding how to optimize their use of LevelDB in various applications.
Description
Voldemort does not function as a relational database, as it does not aim to fulfill arbitrary relations while adhering to ACID properties. It also does not operate as an object database that seeks to seamlessly map object reference structures. Additionally, it does not introduce a novel abstraction like document orientation. Essentially, it serves as a large, distributed, durable, and fault-tolerant hash table. For applications leveraging an Object-Relational (O/R) mapper such as ActiveRecord or Hibernate, this can lead to improved horizontal scalability and significantly enhanced availability, albeit with a considerable trade-off in convenience. In the context of extensive applications facing the demands of internet-level scalability, a system is often comprised of multiple functionally divided services or APIs, which may handle storage across various data centers with their own horizontally partitioned storage systems. In these scenarios, the possibility of performing arbitrary joins within the database becomes impractical, as not all data can be accessed within a single database instance, making data management even more complex. Consequently, developers must adapt their strategies to navigate these limitations effectively.
API Access
Has API
API Access
Has API
Integrations
Google Cloud Platform
LedisDB
OrbitDB
XBTS
insight
Pricing Details
No price information available.
Free Trial
Free Version
Pricing Details
No price information available.
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Founded
2011
Country
United States
Website
github.com/google/leveldb
Vendor Details
Company Name
Voldemort
Website
www.project-voldemort.com/voldemort/
Product Features
Product Features
Data Replication
Asynchronous Data Replication
Automated Data Retention
Continuous Replication
Cross-Platform Replication
Dashboard
Instant Failover
Orchestration
Remote Database Replication
Reporting / Analytics
Simulation / Testing
Synchronous Data Replication