DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > AlaSQL vs. BoltDB vs. LevelDB vs. PouchDB vs. VoltDB

System Properties Comparison AlaSQL vs. BoltDB vs. LevelDB vs. PouchDB vs. VoltDB

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonBoltDB  Xexclude from comparisonLevelDB  Xexclude from comparisonPouchDB  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionJavaScript DBMS libraryAn embedded key-value store for Go.Embeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesJavaScript DBMS with an API inspired by CouchDBDistributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memory
Primary database modelDocument store
Relational DBMS
Key-value storeKey-value storeDocument storeRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.51
Rank#256  Overall
#40  Document stores
#118  Relational DBMS
Score0.80
Rank#215  Overall
#31  Key-value stores
Score2.25
Rank#115  Overall
#19  Key-value stores
Score2.34
Rank#112  Overall
#21  Document stores
Score1.47
Rank#157  Overall
#73  Relational DBMS
Websitealasql.orggithub.com/­boltdb/­boltgithub.com/­google/­leveldbpouchdb.comwww.voltdb.com
Technical documentationgithub.com/­AlaSQL/­alasqlgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdpouchdb.com/­guidesdocs.voltdb.com
DeveloperAndrey Gershun & Mathias R. WulffGoogleApache Software FoundationVoltDB Inc.
Initial release20142013201120122010
Current release1.23, February 20217.1.1, June 201911.3, April 2022
License infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoMIT LicenseOpen Source infoBSDOpen SourceOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaScriptGoC++JavaScriptJava, C++
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)BSD
Linux
OS X
Solaris
Windows
Illumos
Linux
OS X
Windows
server-less, requires a JavaScript environment (browser, Node.js)Linux
OS X infofor development
Data schemeschema-freeschema-freeschema-freeschema-freeyes
Typing infopredefined data types such as float or datenonononoyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nononono
Secondary indexesnononoyes infovia viewsyes
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.nononoyes infoonly a subset of SQL 99
APIs and other access methodsJavaScript APIHTTP REST infoonly for PouchDB Server
JavaScript API
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languagesJavaScriptGoC++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
JavaScriptC#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresnononoView functions in JavaScriptJava
Triggersyesnonoyesno
Partitioning methods infoMethods for storing different data on different nodesnonenonenoneSharding infowith a proxy-based framework, named couchdb-loungeSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnonenonenoneMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemnonenoneImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integrityyesnononono infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageyesnonoACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyesyes infowith automatic compression on writesyes infoby using IndexedDB, WebSQL or LevelDB as backendyes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyes
User concepts infoAccess controlnonononoUsers and roles with access to stored procedures

More information provided by the system vendor

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
AlaSQLBoltDBLevelDBPouchDBVoltDB
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Recent citations in the news

Create a Marvel Database with SQL and Javascript, the easy way
2 July 2019, Towards Data Science

Multi faceted data exploration in the browser using Leaflet and amCharts
3 May 2020, Towards Data Science

provided by Google News

What I learnt from building 3 high traffic web applications on an embedded key value store.
21 February 2018, hackernoon.com

4 Instructive Postmortems on Data Downtime and Loss
1 March 2024, The Hacker News

Roblox’s cloud-native catastrophe: A post mortem
31 January 2022, InfoWorld

How to Put a GUI on Ansible, Using Semaphore
22 April 2023, The New Stack

Grafana Loki: Architecture Summary and Running in Kubernetes
14 March 2023, hackernoon.com

provided by Google News

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19 October 2022, Blocks & Files

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14 September 2022, BleepingComputer

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26 July 2021, Phoronix

Threat Thursday: BlackGuard Infostealer Rises from Russian Underground Markets
21 April 2022, BlackBerry Blog

Rust-Based Info Stealers Abuse GitHub Codespaces
19 May 2023, Trend Micro

provided by Google News

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

3 Reasons To Think Offline First
22 March 2017, IBM

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

provided by Google News

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31 August 2021, PR Newswire

VoltDB Turns to Real-Time Analytics with NewSQL Database
30 January 2014, Datanami

VoltDB Upgrades Power, Security of Its In-Memory Database
1 February 2017, eWeek

VoltDB Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

VoltDB Aims for Fast Big Data Development -- ADTmag
29 January 2015, ADT Magazine

provided by Google News



Share this page

Featured Products

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Present your product here