DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Elasticsearch vs. GridGain vs. Sqrrl vs. Tarantool vs. VelocityDB

System Properties Comparison Elasticsearch vs. GridGain vs. Sqrrl vs. Tarantool vs. VelocityDB

Editorial information provided by DB-Engines
NameElasticsearch  Xexclude from comparisonGridGain  Xexclude from comparisonSqrrl  Xexclude from comparisonTarantool  Xexclude from comparisonVelocityDB  Xexclude from comparison
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
DescriptionA distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricGridGain is an in-memory computing platform, built on Apache IgniteAdaptable, secure NoSQL built on Apache AccumuloIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsA .NET Object Database that can be embedded/distributed and extended to a graph data model (VelocityGraph)
Primary database modelSearch engineColumnar
Key-value store
Object oriented DBMS
Relational DBMS
Document store
Graph DBMS
Key-value store
Wide column store
Document store
Key-value store
Relational DBMS
Graph DBMS
Object oriented DBMS
Secondary database modelsDocument store
Spatial DBMS
Vector DBMS
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score128.79
Rank#8  Overall
#1  Search engines
Score1.48
Rank#150  Overall
#1  Columnar
#26  Key-value stores
#2  Object oriented DBMS
#69  Relational DBMS
Score1.63
Rank#139  Overall
#25  Document stores
#24  Key-value stores
#65  Relational DBMS
Score0.00
Rank#385  Overall
#40  Graph DBMS
#21  Object oriented DBMS
Websitewww.elastic.co/­elasticsearchwww.gridgain.comsqrrl.comwww.tarantool.iovelocitydb.com
Technical documentationwww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmlwww.gridgain.com/­docs/­index.htmlwww.tarantool.io/­en/­docvelocitydb.com/­UserGuide
DeveloperElasticGridGain Systems, Inc.Amazon infooriginally Sqrrl Data, Inc.VKVelocityDB Inc
Initial release20102007201220082011
Current release8.6, January 2023GridGain 8.5.12.10.0, May 20227.x
License infoCommercial or Open SourceOpen Source infoElastic Licensecommercial, open sourcecommercialOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprisecommercial
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 languageJavaJava, C++, .Net, Python, REST, SQLJavaC and C++C#
Server operating systemsAll OS with a Java VMLinux
OS X
Solaris
Windows
z/OS
LinuxBSD
Linux
macOS
Any that supports .NET
Data schemeschema-free infoFlexible type definitions. Once a type is defined, it is persistentyesschema-freeFlexible data schema: relational definition for tables with ability to store json-like documents in columnsyes
Typing infopredefined data types such as float or dateyesyesyesstring, double, decimal, uuid, integer, blob, boolean, datetimeyes
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 indexesyes infoAll search fields are automatically indexedyesyesyesyes
SQL infoSupport of SQLSQL-like query languageANSI-99 for query and DML statements, subset of DDLnoFull-featured ANSI SQL supportno
APIs and other access methodsJava API
RESTful HTTP/JSON API
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
Accumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
Open binary protocol.Net
Supported programming languages.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
C#
C++
Java
PHP
Python
Ruby
Scala
Actionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
.Net
Server-side scripts infoStored proceduresyesyes (compute grid and cache interceptors can be used instead)noLua, C and SQL stored proceduresno
Triggersyes infoby using the 'percolation' featureyes (cache interceptors and events)noyes, before/after data modification events, on replication events, client session eventsCallbacks are triggered when data changes
Partitioning methods infoMethods for storing different data on different nodesShardingShardingSharding infomaking use of HadoopSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesyes (replicated cache)selectable replication factor infomaking use of HadoopAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoOffers an API for user-defined Map/Reduce methodsES-Hadoop Connectoryes (compute grid and hadoop accelerator)yesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate ConsistencyImmediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.Casual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Immediate Consistency
Foreign keys infoReferential integritynononoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDAtomic updates per row, document, or graph entityACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, cooperative multitaskingyes
Durability infoSupport for making data persistentyesyesyesyes, write ahead loggingyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.Memcached and Redis integrationyesyes, full featured in-memory storage engine with persistenceyes
User concepts infoAccess controlRole-based access control
Security Hooks for custom implementations
Cell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)Access Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Based on Windows Authentication

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
ElasticsearchGridGainSqrrlTarantoolVelocityDB
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

Recent citations in the news

AWS hands OpenSearch to Linux Foundation – is this why Elasticsearch was made open source again?
16 September 2024, DevClass

Elastic Announces Open Source License for Elasticsearch and Kibana Source Code
29 August 2024, businesswire.com

The Elasticsearch cloud now subject to open-source licence
3 September 2024, TechHQ

Netflix Uses Elasticsearch Percolate Queries to Implement Reverse Searches Efficiently
29 April 2024, InfoQ.com

Misconfigured Elasticsearch database exposes 762K Chinese car owners | SC Media
6 September 2024, SC Media

provided by Google News

GridGain Advances Its Unified Real-Time Data Platform to Help Enterprises Accelerate AI-Driven Data Processing
10 July 2024, insideBIGDATA

GridGain Sponsoring Strategic AI and Kafka Conferences This Month
4 September 2024, Datanami

GridGain in-memory data and generative AI
10 May 2024, Blocks & Files

Data Management News for the Week of July 12; Updates from Cloudera, HerculesAI, Oracle & More
12 July 2024, Solutions Review

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

provided by Google News

Splunk details Sqrrl 'screw-ups' that hampered threat hunting
6 May 2024, TechTarget

Amazon's cloud business acquires Sqrrl, a security start-up with NSA roots
23 January 2018, CNBC

Peanut butter whisky is officially a thing. Here are five to try
7 August 2024, Delicious

Mark Terenzoni
23 February 2024, Dark Reading

AWS beefs up threat detection with Sqrrl acquisition
24 January 2018, TechCrunch

provided by Google News

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

VShard — horizontal scaling in Tarantool
7 March 2019, Хабр

Accelerating PHP connectors for Tarantool using Async, Swoole, and Parallel
18 December 2019, Хабр

provided by Google News



Share this page

Featured Products

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.

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.

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Present your product here