DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > GeoSpock vs. RavenDB vs. Redis vs. Teradata Aster vs. VoltDB

System Properties Comparison GeoSpock vs. RavenDB vs. Redis vs. Teradata Aster vs. VoltDB

Editorial information provided by DB-Engines
NameGeoSpock  Xexclude from comparisonRavenDB  Xexclude from comparisonRedis  Xexclude from comparisonTeradata Aster  Xexclude from comparisonVoltDB  Xexclude from comparison
GeoSpock seems to be discontinued. Therefore it will be excluded from the DB-Engines ranking.Teradata Aster has been integrated into other Teradata systems and therefore will be removed from the DB-Engines ranking.
DescriptionSpatial and temporal data processing engine for extreme data scaleOpen Source Operational and Transactional Enterprise NoSQL Document DatabasePopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.Platform for big data analytics on multistructured data sources and typesDistributed 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 modelRelational DBMSDocument storeKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSRelational DBMS
Secondary database modelsTime Series DBMSGraph DBMS
Spatial DBMS
Time Series DBMS
Document store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.70
Rank#100  Overall
#19  Document stores
Score149.63
Rank#6  Overall
#1  Key-value stores
Score1.37
Rank#156  Overall
#72  Relational DBMS
Websitegeospock.comravendb.netredis.com
redis.io
www.voltdb.com
Technical documentationravendb.net/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
docs.voltdb.com
DeveloperGeoSpockHibernating RhinosRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.TeradataVoltDB Inc.
Initial release2010200920052010
Current release2.0, September 20195.4, July 20227.2.5, May 202411.3, April 2022
License infoCommercial or Open SourcecommercialOpen Source infoAGPL version 3, commercial license availableOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterprisecommercialOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJava, JavascriptC#CJava, C++
Server operating systemshostedLinux
macOS
Raspberry Pi
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
LinuxLinux
OS X infofor development
Data schemeyesschema-freeschema-freeFlexible Schema (defined schema, partial schema, schema free) infodefined schema within the relational store; partial schema or schema free in the Aster File Storeyes
Typing infopredefined data types such as float or dateyesnopartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes
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.nonoyes infoin Aster File Store
Secondary indexestemporal, categoricalyesyes infowith RediSearch moduleyesyes
SQL infoSupport of SQLANSI SQL for query only (using Presto)SQL-like query language (RQL)with RediSQL moduleyesyes infoonly a subset of SQL 99
APIs and other access methodsJDBC.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
proprietary protocol infoRESP - REdis Serialization ProtocolADO.NET
JDBC
ODBC
OLE DB
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languages.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
C
C#
C++
Java
Python
R
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresnoyesLua; Redis Functions coming in Redis 7 (slides and Github)R packagesJava
Triggersnoyespublish/subscribe channels provide some trigger functionality; RedisGearsnono
Partitioning methods infoMethods for storing different data on different nodesAutomatic shardingShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
yes infoDimension tables are replicated across all nodes in the cluster. The number of replicas for the file store can be configured.Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesthrough RedisGearsyes infoSQL Map-Reduce Frameworkno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyDefault ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynonononono infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACID, Cluster-wide transaction availableAtomic execution of command blocks and scripts and optimistic lockingACIDACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesno
User concepts infoAccess controlAccess rights for users can be defined per tableAuthorization levels configured per client per databaseAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
fine grained access rights according to SQL-standardUsers 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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Redisson PRO: The ultra-fast Redis Java Client.
» more

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

More resources
GeoSpockRavenDBRedisTeradata AsterVoltDB
DB-Engines blog posts

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

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

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Mitsui Fudosan pinpoints GeoSpock for more funding -
9 January 2019, Global Corporate Venturing

Growth in geospatial data to enable more contextual understanding – Steve Marsh, GeoSpock
13 March 2018, Geospatial World

GeoSpock showcases rapid expansion with data insights
16 July 2018, Cambridge Independent

CoinGeek Conversations: The Technologists
1 September 2021, CoinGeek

Ola acquires GeoSpoc to build next-gen location technology
5 October 2021, The Economic Times

provided by Google News

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and Accelerate Growth
13 June 2023, PR Newswire

The Forrester Wave™: Big Data NoSQL, Q1 2019
13 March 2019, Forrester

provided by Google News

Redis debuts new data integration and AI features for its database
23 August 2024, SiliconANGLE News

Redis justifies open source shift with fresh hardware, LLM cost-saving features
12 September 2024, The Register

After changing its license, Redis drops its biggest release yet
23 August 2024, TechCrunch

Redis Improves Performance of Vector Semantic Search with Multi-Threaded Query Engine
19 July 2024, InfoQ.com

Flight to Valkey appears to be response to removal of Redis’ open source license
12 September 2024, Techzine Europe

provided by Google News

Northwestern Analytics Partners with Teradata Aster to Host Hackathon
23 May 2014, Northwestern Engineering

Teradata gears up for Internet of Things analytics
19 October 2015, CIO

Teradata's Aster shows how the flowers of fraud bloom
23 April 2015, The Register

Teradata Unveils Powerful Analytics Platform
23 October 2017, PR Newswire

Breakthrough Teradata Software Pushes the Analytic Edge with Internet of Things Data
19 October 2015, IoT Business News

provided by Google News

VoltDB Makes Key New Hires to Accelerate Telco Business Growth
28 October 2021, The Fast Mode

Coppel Mexico Picks VoltDB to Power Customer Profiles
10 June 2021, PR Newswire

MemSQL, VoltDB Vie For In-Memory Big Data Role
12 February 2015, InformationWeek

Unveiling Volt Active Data’s game-changing approach to limitless app performance
16 October 2023, YourStory

New startup from Postgres creator puts the database at heart of software stack
12 March 2024, TechCrunch

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

RaimaDB logo

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

Neo4j logo

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

Present your product here