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

DBMS > ArangoDB vs. GigaSpaces vs. Memgraph vs. Riak KV vs. Teradata

System Properties Comparison ArangoDB vs. GigaSpaces vs. Memgraph vs. Riak KV vs. Teradata

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonGigaSpaces  Xexclude from comparisonMemgraph  Xexclude from comparisonRiak KV  Xexclude from comparisonTeradata  Xexclude from comparison
DescriptionNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.High performance in-memory data grid platform, powering three products: Smart Cache, Smart ODS (Operational Data Store), Smart Augmented TransactionsAn open source graph database built for real-time streaming and compatible with Neo4jDistributed, fault tolerant key-value storeA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Document store
Object oriented DBMS infoValues are user defined objects
Graph DBMSKey-value store infowith links between data sets and object tags for the creation of secondary indexesRelational DBMS
Secondary database modelsGraph DBMS
Search engine
Document store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.22
Rank#84  Overall
#14  Document stores
#5  Graph DBMS
#11  Key-value stores
#10  Search engines
Score1.05
Rank#191  Overall
#31  Document stores
#6  Object oriented DBMS
Score3.09
Rank#105  Overall
#7  Graph DBMS
Score4.95
Rank#76  Overall
#9  Key-value stores
Score48.95
Rank#20  Overall
#14  Relational DBMS
Websitearangodb.comwww.gigaspaces.commemgraph.comwww.teradata.com
Technical documentationdocs.arangodb.comdocs.gigaspaces.com/­latest/­landing.htmlmemgraph.com/­docswww.tiot.jp/­riak-docs/­riak/­kv/­latestdocs.teradata.com
Social network pagesLinkedInTwitterFacebookYouTubeInstagramLinkedInTwitterFacebookGitHubDiscord
DeveloperArangoDB Inc.Gigaspaces TechnologiesMemgraph LtdOpenSource, formerly Basho TechnologiesTeradata
Initial release20122000201720091984
Current release3.11.5, November 202315.5, September 20203.2.0, December 2022Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoApache Version 2; Commercial licenses availablecommercial infoFree license availableOpen Source infoApache version 2, commercial enterprise editioncommercial
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.
ArangoDB Cloud –The Managed Cloud Service of ArangoDB. Provides fully managed, and monitored cluster deployments of any size, with enterprise-grade security. Get started for free and continue for as little as $0,21/hour.
Implementation languageC++Java, C++, .NetC and C++Erlang
Server operating systemsLinux
OS X
Windows
Linux
macOS
Solaris
Windows
LinuxLinux
OS X
hosted
Linux
Data schemeschema-free infoautomatically recognizes schema within a collectionschema-freeschema-free and schema-optionalschema-freeyes
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashyesyesnoyes
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.no infoXML can be used for describing objects metadatanonoyes
Secondary indexesyesyesrestrictedyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLnoSQL-99 for query and DML statementsnonoyes infoSQL 2016 + extensions
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
GigaSpaces LRMI
Hibernate
JCache
JDBC
JPA
ODBC
RESTful HTTP API
Spring Data
Bolt protocol
Cypher query language
HTTP API
Native Erlang Interface
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
.Net
C++
Java
Python
Scala
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
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
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-side scripts infoStored proceduresJavaScriptyesErlangyes infoUDFs, stored procedures, table functions in parallel
Triggersnoyes, event driven architectureyes infopre-commit hooks and post-commit hooksyes
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0ShardingSharding infodynamic graph partitioningSharding infono "single point of failure"Sharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factorMulti-source replication infosynchronous or asynchronous
Source-replica replication infosynchronous or asynchronous
Multi-source replication using RAFTselectable replication factorMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptyes infoMap-Reduce pattern can be built with XAP task executorsnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoconfigurable per collection or per write
Immediate Consistency
OneShard (highly available, fault-tolerant deployment mode with ACID semantics)
Immediate Consistency infoConsistency level configurable: ALL, QUORUM, ANYImmediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes inforelationships in graphsnoyes inforelationships in graphsno infolinks between data sets can be storedyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACID infowith snapshot isolationnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyesyesyes infowith periodic snapshot and write-ahead logging (WAL) of changesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlyesRole-based access controlUsers, roles and permissionsyes, using Riak Securityfine grained access rights according to SQL-standard
More information provided by the system vendor
ArangoDBGigaSpacesMemgraphRiak KVTeradata
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» more
Memgraph directly connects to your streaming infrastructure so you and your team...
» more
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» more
Business Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
Graph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more
You can check out our pricing model and licenses on the company website .
» 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

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

More resources
ArangoDBGigaSpacesMemgraphRiak KVTeradata
DB-Engines blog posts

The Weight of Relational Databases: Time for Multi-Model?
29 August 2017, Luca Olivari (guest author)

show all

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Recent citations in the news

ArangoGraphML: Simplifying the Power of Graph Machine Learning
11 October 2023, Datanami

Meet DevOps Engineer Intern Jonathan Quesada Salas
31 October 2023, WIND

ArangoDB Boosts Performance and Usability Across Search, Graph, and Analytics with Release of ArangoDB 3.11
30 May 2023, PR Web

How to Build Knowledge Graph Enhanced Chatbot with ChatGPT and ArangoDB
30 June 2023, DataDrivenInvestor

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

provided by Google News

GigaSpaces to hand out almost $14 million in dividends following Cloudify’s acquisition by Dell
19 July 2023, CTech

Lyvia Group Partners with GigaSpaces to Accelerate Digital Innovation in European Enterprises
24 October 2023, Cision News

Data Sciences Corporation partners with GigaSpaces Technologies to usher DIH technology to enterprises in SA
10 October 2023, ITWeb

Adi Paz, GigaSpaces CEO - Lyvia Group AB (publ)
24 October 2023, Cision News

GigaSpaces Announces Version 16.0 with Breakthrough Data Integration Tools to Ease Enterprises' Digital ...
3 November 2021, PR Newswire

provided by Google News

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Modeling and Navigating a Transportation Network with Memgraph
12 April 2021, Towards Data Science

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

London-based Memgraph raises over €8 million in seed funding to provide Streaming Graph Algorithms to the masses
5 October 2021, EU-Startups

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13 January 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak's NoSQL Database and its New Fit with Apache Mesos
19 August 2015, The New Stack

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

provided by Google News

Why We're Not Concerned About Teradata Corporation's (NYSE:TDC) Share Price
26 March 2024, Simply Wall St

Teradata: Everything you need to know about this essential Big Data solution
27 March 2024, DataScientest

Teradata Corp (TDC) CMO Jacqueline Woods Sells 8,620 Shares
8 March 2024, Yahoo Finance

Teradata Corporation ORD SHS Trade Ideas — MOEX:TDC-RM — TradingView
22 March 2024, TradingView

Why Teradata Stock Is Crashing Today
13 February 2024, The Motley Fool

provided by Google News



Share this page

Featured Products

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.

Neo4j logo

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

AllegroGraph logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

Present your product here