DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Apache Phoenix vs. LMDB vs. PouchDB vs. Spark SQL vs. VictoriaMetrics

System Properties Comparison Apache Phoenix vs. LMDB vs. PouchDB vs. Spark SQL vs. VictoriaMetrics

Editorial information provided by DB-Engines
NameApache Phoenix  Xexclude from comparisonLMDB  Xexclude from comparisonPouchDB  Xexclude from comparisonSpark SQL  Xexclude from comparisonVictoriaMetrics  Xexclude from comparison
DescriptionA scale-out RDBMS with evolutionary schema built on Apache HBaseA high performant, light-weight, embedded key-value database libraryJavaScript DBMS with an API inspired by CouchDBSpark SQL is a component on top of 'Spark Core' for structured data processingA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primary database modelRelational DBMSKey-value storeDocument storeRelational DBMSTime Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.97
Rank#126  Overall
#59  Relational DBMS
Score1.99
Rank#125  Overall
#21  Key-value stores
Score2.28
Rank#115  Overall
#21  Document stores
Score18.96
Rank#33  Overall
#20  Relational DBMS
Score1.32
Rank#162  Overall
#14  Time Series DBMS
Websitephoenix.apache.orgwww.symas.com/­symas-embedded-database-lmdbpouchdb.comspark.apache.org/­sqlvictoriametrics.com
Technical documentationphoenix.apache.orgwww.lmdb.tech/­docpouchdb.com/­guidesspark.apache.org/­docs/­latest/­sql-programming-guide.htmldocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
DeveloperApache Software FoundationSymasApache Software FoundationApache Software FoundationVictoriaMetrics
Initial release20142011201220142018
Current release5.0-HBase2, July 2018 and 4.15-HBase1, December 20190.9.32, January 20247.1.1, June 20193.5.0 ( 2.13), September 2023v1.91, May 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open SourceOpen SourceOpen Source infoApache 2.0Open Source infoApache Version 2.0
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 languageJavaCJavaScriptScalaGo
Server operating systemsLinux
Unix
Windows
Linux
Unix
Windows
server-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
Windows
FreeBSD
Linux
macOS
OpenBSD
Data schemeyes infolate-bound, schema-on-read capabilitiesschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesnoyes
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.nonononono
Secondary indexesyesnoyes infovia viewsno
SQL infoSupport of SQLyesnonoSQL-like DML and DDL statementsno
APIs and other access methodsJDBCHTTP REST infoonly for PouchDB Server
JavaScript API
JDBC
ODBC
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Supported programming languagesC
C#
C++
Go
Groovy
Java
PHP
Python
Scala
.Net
C
C++
Clojure
Go
Haskell
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Nim
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Rust
Swift
Tcl
JavaScriptJava
Python
R
Scala
Server-side scripts infoStored proceduresuser defined functionsnoView functions in JavaScriptnono
Triggersnonoyesnono
Partitioning methods infoMethods for storing different data on different nodesShardingnoneSharding infowith a proxy-based framework, named couchdb-loungeyes, utilizing Spark Core
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
noneMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
noneSynchronous replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsHadoop integrationnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual ConsistencyImmediate ConsistencyEventual ConsistencyEventual Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnonono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesyes infoby using IndexedDB, WebSQL or LevelDB as backendyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesnono
User concepts infoAccess controlAccess Control Lists (using HBase ACL) for RBAC, integration with Apache Ranger for RBAC & ABAC, multi-tenancynonono

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
Apache PhoenixLMDBPouchDBSpark SQLVictoriaMetrics
DB-Engines blog posts

Cloudera's HBase PaaS offering now supports Complex Transactions
11 August 2021,  Krishna Maheshwari (sponsor) 

show all

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

show all

Recent citations in the news

Supercharge SQL on Your Data in Apache HBase with Apache Phoenix | Amazon Web Services
2 June 2016, AWS Blog

Bridge the SQL-NoSQL gap with Apache Phoenix
4 February 2016, InfoWorld

Hortonworks Starts Hadoop Summit with Data Platform Update -- ADTmag
28 June 2016, ADT Magazine

Deep dive into Azure HDInsight 4.0
25 September 2018, azure.microsoft.com

Amazon EMR 4.7.0 – Apache Tez & Phoenix, Updates to Existing Apps | Amazon Web Services
2 June 2016, AWS Blog

provided by Google News

The Tom Brady Data Biography
8 September 2023, StatsBomb

Automating SAP S/4HANA Migration with IT-Conductor, BGP Managed Services, and AWS | Amazon Web Services
22 August 2023, AWS Blog

The Lightning Memory-mapped Database
2 March 2016, InfoQ.com

Akamai launches managed database service – Blocks and Files
25 April 2022, Blocks & Files

Samsung Announces Standards-Compliant Key-Value SSD Prototype
5 September 2019, AnandTech

provided by Google News

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

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

3 Reasons To Think Offline First
22 March 2017, ibm.com

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

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

provided by Google News

Use Amazon Athena with Spark SQL for your open-source transactional table formats | Amazon Web Services
24 January 2024, AWS Blog

What is Apache Spark? The big data platform that crushed Hadoop
3 April 2024, InfoWorld

Cracking the Apache Spark Interview: 80+ Top Questions and Answers for 2024
1 April 2024, Simplilearn

Performant IPv4 Range Spark Joins | by Jean-Claude Cote
24 January 2024, Towards Data Science

18 Top Big Data Tools and Technologies to Know About in 2024
24 January 2024, TechTarget

provided by Google News

KubeCon24: VictoriaMetrics' Simpler Alternative to Prometheus
20 March 2024, The New Stack

OpenTelemetry Is Too Complicated, VictoriaMetrics Says
1 April 2024, Datanami

Green coding - VictoriaMetrics: The efficiency vs complexity trade-off
15 May 2024, ComputerWeekly.com

How VictoriaMetrics' open source approach led to mass industry adoption
3 May 2024, Tech.eu

VictoriaMetrics Machine Learning takes monitoring to the next level
19 March 2024, Business Wire

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Milvus logo

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

Present your product here