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

DBMS > Axibase vs. Ignite vs. OpenSearch vs. Riak TS vs. ScyllaDB

System Properties Comparison Axibase vs. Ignite vs. OpenSearch vs. Riak TS vs. ScyllaDB

Editorial information provided by DB-Engines
NameAxibase  Xexclude from comparisonIgnite  Xexclude from comparisonOpenSearch  Xexclude from comparisonRiak TS  Xexclude from comparisonScyllaDB  Xexclude from comparison
DescriptionScalable TimeSeries DBMS based on HBase with integrated rule engine and visualizationApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.A distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneRiak TS is a distributed NoSQL database optimized for time series data and based on Riak KVCassandra and DynamoDB compatible wide column store
Primary database modelTime Series DBMSKey-value store
Relational DBMS
Search engineTime Series DBMSWide column store
Secondary database modelsVector DBMSKey-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.29
Rank#292  Overall
#25  Time Series DBMS
Score3.16
Rank#96  Overall
#15  Key-value stores
#49  Relational DBMS
Score16.36
Rank#37  Overall
#4  Search engines
Score0.20
Rank#319  Overall
#27  Time Series DBMS
Score4.75
Rank#68  Overall
#5  Wide column stores
Websiteaxibase.com/­docs/­atsd/­financeignite.apache.orggithub.com/­opensearch-project
opensearch.org
www.scylladb.com
Technical documentationapacheignite.readme.io/­docsopensearch.org/­docs/­latestwww.tiot.jp/­riak-docs/­riak/­ts/­latestdocs.scylladb.com
DeveloperAxibase CorporationApache Software FoundationAmazon Web ServicesOpen Source, formerly Basho TechnologiesScyllaDB
Initial release20132015202120152015
Current release15585Apache Ignite 2.62.5.0, January 20233.0.0, September 2022ScyllaDB Open Source 5.4.1, January 2024
License infoCommercial or Open Sourcecommercial infoCommunity Edition (single node) is free, Enterprise Edition (distributed) is paidOpen Source infoApache 2.0Open Source infoApache Version 2.0Open SourceOpen Source infoOpen Source (AGPL), commercial license available
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.
  • Aiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
  • STACKIT OpenSearch offers OpenSearch in a managed version in enterprise grade, 100% GDPR-compliant, for a wide range of applications like analytics, website search, offering scalability and fast data access.
Scylla Cloud: Create real-time applications that run at global scale with Scylla Cloud, the industry’s most powerful NoSQL DBaaS
Implementation languageJavaC++, Java, .NetJavaErlangC++
Server operating systemsLinuxLinux
OS X
Solaris
Windows
All OS with a Java VMLinux
OS X
Linux
Data schemeyesyesschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-freeschema-free
Typing infopredefined data types such as float or dateyes infoshort, integer, long, float, double, decimal, stringyesyesnoyes
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.noyesnono
Secondary indexesnoyesyes infoAll search fields are automatically indexedrestrictedyes infocluster global secondary indices
SQL infoSupport of SQLSQL-like query languageANSI-99 for query and DML statements, subset of DDLSQL-like query languageyes, limitedSQL-like DML and DDL statements (CQL)
APIs and other access methodsJDBC
Proprietary protocol (Network API)
RESTful HTTP API
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
Java API
RESTful HTTP/JSON API
HTTP API
Native Erlang Interface
Proprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
Supported programming languagesGo
Java
PHP
Python
R
Ruby
C#
C++
Java
PHP
Python
Ruby
Scala
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
For CQL interface: C#, C++, Clojure, Erlang, Go, Haskell, Java, JavaScript, Node.js, Perl, PHP, Python, Ruby, Rust, Scala
For DynamoDB interface: .Net, ColdFusion, Erlang, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby
Server-side scripts infoStored proceduresyesyes (compute grid and cache interceptors can be used instead)yesErlangyes, Lua
Triggersyesyes (cache interceptors and events)yes infoby using the 'percolation' featureyes infopre-commit hooks and post-commit hooksno
Partitioning methods infoMethods for storing different data on different nodesShardingShardingShardingShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationyes (replicated cache)yesselectable replication factorselectable replication factor infoRepresentation of geographical distribution of servers is possible
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyes (compute grid and hadoop accelerator)yesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allEventual ConsistencyEventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Foreign keys infoReferential integritynononono infolinks between datasets can be storedno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnonono infoAtomicity and isolation are supported for single operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoin-memory tables
User concepts infoAccess controlSecurity Hooks for custom implementationsnoAccess rights for users can be defined per object
More information provided by the system vendor
AxibaseIgniteOpenSearchRiak TSScyllaDB
Specific characteristicsOpenSearch is a highly scalable and extensible open-source software suite for search,...
» more
ScyllaDB is engineered to deliver predictable performance at scale. It’s adopted...
» more
Competitive advantagesDistributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» more
Highly-performant (efficiently utilizes full resources of a node and network; millions...
» more
Typical application scenariosThe OpenSearch platform is used across a broad range of search , analytics, and observability...
» more
ScyllaDB is ideal for applications that require high throughput and low latency at...
» more
Key customersDiscord, Epic Games, Expedia, Zillow, Comcast, Disney+ Hotstar, Samsung, ShareChat,...
» more
Market metricsScyllaDB typically offers ~75% total cost of ownership savings, with ~5X higher throughput...
» more
Licensing and pricing modelsThe OpenSearch Project offers open source software licensed under Apache License...
» more
ScyllaDB Open Source - free open source software (AGPL) ScyllaDB Enterprise - subscription-based...
» more

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
3rd partiesAiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
» more

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

More resources
AxibaseIgniteOpenSearchRiak TSScyllaDB
Recent citations in the news

The Ultimate ATV Test: Suzuki's King Quad 750 AXI Rugged Package vs. Alaska's Hunting Season
20 April 2021, Outdoor Life

provided by Google News

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

GridGain Releases Conference Schedule for Virtual Apache Ignite Summit 2023
1 June 2023, Datanami

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

Real-time in-memory OLTP and Analytics with Apache Ignite on AWS | Amazon Web Services
14 May 2016, AWS Blog

Fire up big data processing with Apache Ignite
27 October 2016, InfoWorld

provided by Google News

AWS announces Amazon DocumentDB zero-ETL integration with Amazon OpenSearch Service
16 May 2024, AWS Blog

Amazon OpenSearch Serverless now available in Europe (London) and Asia Pacific (Mumbai)
16 May 2024, AWS Blog

OCI Search with OpenSearch 2.11 delivers easy access to latest AI innovations
13 March 2024, Oracle

Amazon OpenSearch Serverless now available in Europe (Paris) region
8 May 2024, AWS Blog

Hybrid Search with Amazon OpenSearch Service
19 March 2024, AWS Blog

provided by Google News

Enterprise NoSQL Database for the IoT Becomes Open Source
11 May 2016, ENGINEERING.com

Best open source databases for IoT applications
26 May 2017, Open Source For You

provided by Google News

Sleeping at Scale - Delivering 10k Timers per Second per Node with Rust, Tokio, Kafka, and Scylla
26 April 2024, InfoQ.com

ScyllaDB Raises $43M to Take on MongoDB at Scale, Push Database Performance to New Levels
17 October 2023, Datanami

ScyllaDB on AWS is a NoSQL Database Built for Gigabyte-to-Petabyte Scale | Amazon Web Services
6 January 2023, AWS Blog

Scylla vs Cassandra: Performance Comparison - DataScienceCentral.com
9 January 2020, Data Science Central

Scylla review: Apache Cassandra supercharged
18 December 2019, InfoWorld

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.

Milvus logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

RaimaDB logo

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

Present your product here