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 > Ehcache vs. Ignite vs. PouchDB vs. SwayDB vs. XTDB

System Properties Comparison Ehcache vs. Ignite vs. PouchDB vs. SwayDB vs. XTDB

Editorial information provided by DB-Engines
NameEhcache  Xexclude from comparisonIgnite  Xexclude from comparisonPouchDB  Xexclude from comparisonSwayDB  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
DescriptionA widely adopted Java cache with tiered storage optionsApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.JavaScript DBMS with an API inspired by CouchDBAn embeddable, non-blocking, type-safe key-value store for single or multiple disks and in-memory storageA general purpose database with bitemporal SQL and Datalog and graph queries
Primary database modelKey-value storeKey-value store
Relational DBMS
Document storeKey-value storeDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score5.23
Rank#68  Overall
#8  Key-value stores
Score3.64
Rank#89  Overall
#13  Key-value stores
#48  Relational DBMS
Score2.35
Rank#116  Overall
#22  Document stores
Score0.04
Rank#373  Overall
#57  Key-value stores
Score0.09
Rank#351  Overall
#47  Document stores
Websitewww.ehcache.orgignite.apache.orgpouchdb.comswaydb.simer.augithub.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationwww.ehcache.org/­documentationapacheignite.readme.io/­docspouchdb.com/­guideswww.xtdb.com/­docs
DeveloperTerracotta Inc, owned by Software AGApache Software FoundationApache Software FoundationSimer PlahaJuxt Ltd.
Initial release20092015201220182019
Current release3.10.0, March 2022Apache Ignite 2.67.1.1, June 20191.19, September 2021
License infoCommercial or Open SourceOpen Source infoApache Version 2; commercial licenses availableOpen Source infoApache 2.0Open SourceOpen Source infoGNU Affero GPL V3.0Open Source infoMIT License
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 languageJavaC++, Java, .NetJavaScriptScalaClojure
Server operating systemsAll OS with a Java VMLinux
OS X
Solaris
Windows
server-less, requires a JavaScript environment (browser, Node.js)All OS with a Java 8 (and higher) VM
Linux
Data schemeschema-freeyesschema-freeschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesnonoyes, extensible-data-notation format
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.noyesnonono
Secondary indexesnoyesyes infovia viewsnoyes
SQL infoSupport of SQLnoANSI-99 for query and DML statements, subset of DDLnonolimited SQL, making use of Apache Calcite
APIs and other access methodsJCacheHDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
HTTP REST infoonly for PouchDB Server
JavaScript API
HTTP REST
JDBC
Supported programming languagesJavaC#
C++
Java
PHP
Python
Ruby
Scala
JavaScriptJava
Kotlin
Scala
Clojure
Java
Server-side scripts infoStored proceduresnoyes (compute grid and cache interceptors can be used instead)View functions in JavaScriptnono
Triggersyes infoCache Event Listenersyes (cache interceptors and events)yesnono
Partitioning methods infoMethods for storing different data on different nodesSharding infoby using Terracotta ServerShardingSharding infowith a proxy-based framework, named couchdb-loungenonenone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoby using Terracotta Serveryes (replicated cache)Multi-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
noneyes, each node contains all data
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes (compute grid and hadoop accelerator)yesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable Consistency (Strong, Eventual, Weak)Immediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infosupports JTA and can work as an XA resourceACIDnoAtomic execution of operationsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyes infousing a tiered cache-storage approachyesyes infoby using IndexedDB, WebSQL or LevelDB as backendyesyes, flexibel persistency by using storage technologies like Apache Kafka, RocksDB or LMDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyes
User concepts infoAccess controlnoSecurity Hooks for custom implementationsnono

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
EhcacheIgnitePouchDBSwayDBXTDB infoformerly named Crux
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

Atlassian asks customers to patch critical Jira vulnerability
22 July 2021, BleepingComputer

Cache replication
19 August 2013, Packt Hub

Critical Jira Flaw in Atlassian Could Lead to RCE
22 July 2021, Threatpost

Migration From JBoss 5 to JBoss 7: All It Takes Is 11 Easy Steps
3 June 2021, hackernoon.com

DZone Coding Java JBoss 5 to 7 in 11 steps
9 January 2014, DZone

provided by Google News

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

GridGain Showcases Power of Apache Ignite at Community Over Code Conference
5 October 2023, Datanami

Apache Ignite: An Overview
6 September 2023, Open Source For You

ArcGIS and Apache Log4j Vulnerabilities
22 May 2023, Esri

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

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



Share this page

Featured Products

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

AllegroGraph logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Present your product here