LevelDB

LevelDB

Google
+
+

Related Products

  • Dragonfly
    15 Ratings
    Visit Website
  • StarTree
    26 Ratings
    Visit Website
  • Google Cloud BigQuery
    1,861 Ratings
    Visit Website
  • MongoDB Atlas
    1,634 Ratings
    Visit Website
  • TeamDesk
    92 Ratings
    Visit Website
  • RaimaDB
    5 Ratings
    Visit Website
  • Paccurate
    11 Ratings
    Visit Website
  • OORT DataHub
    13 Ratings
    Visit Website
  • DbVisualizer
    506 Ratings
    Visit Website
  • Proton Drive
    3,602 Ratings
    Visit Website

About

Use Azure Table storage to store petabytes of semi-structured data and keep costs down. Unlike many data stores—on-premises or cloud-based—Table storage lets you scale up without having to manually shard your dataset. Availability also isn’t a concern: using geo-redundant storage, stored data is replicated three times within a region—and an additional three times in another region, hundreds of miles away. Table storage is excellent for flexible datasets—web app user data, address books, device information, and other metadata—and lets you build cloud applications without locking down the data model to particular schemas. Because different rows in the same table can have a different structure—for example, order information in one row, and customer information in another—you can evolve your application and table schema without taking it offline. Table storage embraces a strong consistency model.

About

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.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

IT teams seeking a NoSQL key-value store for rapid development using massive semi-structured datasets

Audience

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

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Pricing

No information available.
Free Version
Free Trial

Pricing

No information available.
Free Version
Free Trial

Reviews/Ratings

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

Reviews/Ratings

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

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

Microsoft
Founded: 1975
United States
azure.microsoft.com/en-us/services/storage/tables/#features

Company Information

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

Alternatives

Alternatives

Apache HBase

Apache HBase

The Apache Software Foundation
InterSystems Caché

InterSystems Caché

InterSystems
Apache Cassandra

Apache Cassandra

Apache Software Foundation
eXtremeDB

eXtremeDB

McObject

Categories

Categories

Integrations

Auth.js
Autymate
DQ Studio
Data Sentinel
Google Cloud Platform
LedisDB
Microsoft Azure
NXLog
OrbitDB
SSIS Integration Toolkit
StarfishETL
XBTS
insight

Integrations

Auth.js
Autymate
DQ Studio
Data Sentinel
Google Cloud Platform
LedisDB
Microsoft Azure
NXLog
OrbitDB
SSIS Integration Toolkit
StarfishETL
XBTS
insight
Claim Azure Table Storage and update features and information
Claim Azure Table Storage and update features and information
Claim LevelDB and update features and information
Claim LevelDB and update features and information