DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Memcached vs. Neo4j vs. ScyllaDB vs. Vertica vs. Warp 10

System Properties Comparison Memcached vs. Neo4j vs. ScyllaDB vs. Vertica vs. Warp 10

Editorial information provided by DB-Engines
NameMemcached  Xexclude from comparisonNeo4j  Xexclude from comparisonScyllaDB  Xexclude from comparisonVertica infoOpenText™ Vertica™  Xexclude from comparisonWarp 10  Xexclude from comparison
DescriptionIn-memory key-value store, originally intended for cachingScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsCassandra and DynamoDB compatible wide column storeCloud or off-cloud analytical database and query engine for structured and semi-structured streaming and batch data. Machine learning platform with built-in algorithms, data preparation capabilities, and model evaluation and management via SQL or Python.TimeSeries DBMS specialized on timestamped geo data based on LevelDB or HBase
Primary database modelKey-value storeGraph DBMSWide column storeRelational DBMS infoColumn orientedTime Series DBMS
Secondary database modelsKey-value storeSpatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score16.84
Rank#32  Overall
#4  Key-value stores
Score42.68
Rank#21  Overall
#1  Graph DBMS
Score4.15
Rank#69  Overall
#5  Wide column stores
Score9.62
Rank#42  Overall
#26  Relational DBMS
Score0.06
Rank#351  Overall
#35  Time Series DBMS
Websitewww.memcached.orgneo4j.comwww.scylladb.comwww.vertica.comwww.warp10.io
Technical documentationgithub.com/­memcached/­memcached/­wikineo4j.com/­docsdocs.scylladb.comvertica.com/­documentationwww.warp10.io/­content/­02_Getting_started
DeveloperDanga Interactive infooriginally developed by Brad Fitzpatrick for LiveJournalNeo4j, Inc.ScyllaDBOpenText infopreviously Micro Focus and Hewlett PackardSenX
Initial release20032007201520052015
Current release1.6.29, June 20245.23, August 2024ScyllaDB Open Source 6.0.2, July 202412.0.3, January 2023
License infoCommercial or Open SourceOpen Source infoBSD licenseOpen Source infoGPL version3, commercial licenses availableOpen Source infoOpen Source (AGPL), commercial license availablecommercial infoLimited community edition freeOpen Source infoApache License 2.0
Cloud-based only infoOnly available as a cloud servicenononono infoon-premises, all major clouds - Amazon AWS, Microsoft Azure, Google Cloud Platform and containersno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.Scylla Cloud: Create real-time applications that run at global scale with Scylla Cloud, the industry’s most powerful NoSQL DBaaS
Implementation languageCJava, ScalaC++C++Java
Server operating systemsFreeBSD
Linux
OS X
Unix
Windows
Linux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
LinuxLinuxLinux
OS X
Windows
Data schemeschema-freeschema-free and schema-optionalschema-freeYes, but also semi-structure/unstructured data storage, and complex hierarchical data (like Parquet) stored and/or queried.schema-free
Typing infopredefined data types such as float or datenoyesyesyesyes
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.nonono
Secondary indexesnoyes infopluggable indexing subsystem, by default Apache Luceneyes infocluster global secondary indicesNo Indexes Required. Different internal optimization strategy, but same functionality included.no
SQL infoSupport of SQLnonoSQL-like DML and DDL statements (CQL)Full 1999 standard plus machine learning, time series and geospatial. Over 650 functions.no
APIs and other access methodsProprietary protocolBolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
Proprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
ADO.NET
JDBC
Kafka Connector
ODBC
RESTful HTTP API
Spark Connector
vSQL infocharacter-based, interactive, front-end utility
HTTP API
Jupyter
WebSocket
Supported programming languages.Net
C
C++
ColdFusion
Erlang
Java
Lisp
Lua
OCaml
Perl
PHP
Python
Ruby
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
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
C#
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Server-side scripts infoStored proceduresnoyes infoUser defined Procedures and Functionsyes, Luayes, PostgreSQL PL/pgSQL, with minor differencesyes infoWarpScript
Triggersnoyes infovia event handlernoyes, called Custom Alertsno
Partitioning methods infoMethods for storing different data on different nodesnoneyes using Neo4j FabricShardinghorizontal partitioning, hierarchical partitioningSharding infobased on HBase
Replication methods infoMethods for redundantly storing data on multiple nodesnone infoRepcached, a Memcached patch, provides this functionallityCausal Clustering using Raft protocol infoavailable in in Enterprise Version onlyselectable replication factor infoRepresentation of geographical distribution of servers is possibleMulti-source replication infoOne, or more copies of data replicated across nodes, or object-store used for repository.selectable replication factor infobased on HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono infoBi-directional Spark integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Eventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Immediate ConsistencyImmediate Consistency infobased on HBase
Foreign keys infoReferential integritynoyes infoRelationships in graphsnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDno infoAtomicity and isolation are supported for single operationsACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentnoyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoin-memory tablesnoyes
User concepts infoAccess controlyes infousing SASL (Simple Authentication and Security Layer) protocolUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)Access rights for users can be defined per objectfine grained access rights according to SQL-standard; supports Kerberos, LDAP, Ident and hashMandatory use of cryptographic tokens, containing fine-grained authorizations
More information provided by the system vendor
MemcachedNeo4jScyllaDBVertica infoOpenText™ Vertica™Warp 10
Specific characteristicsNeo4j delivers graph technology that has been battle tested for performance and scale...
» more
ScyllaDB is engineered to deliver predictable performance at scale. It’s adopted...
» more
Competitive advantagesNeo4j is the market leader, graph database category creator, and the most widely...
» more
Highly-performant (efficiently utilizes full resources of a node and network; millions...
» more
Typical application scenariosReal-Time Recommendations Master Data Management Identity and Access Management Network...
» more
ScyllaDB is ideal for applications that require high throughput and low latency at...
» more
Key customersOver 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Discord, Epic Games, Expedia, Zillow, Comcast, Disney+ Hotstar, Samsung, ShareChat,...
» more
Market metricsNeo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
ScyllaDB typically offers ~75% total cost of ownership savings, with ~5X higher throughput...
» more
Licensing and pricing modelsGPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
ScyllaDB Open Source - free open source software (AGPL) ScyllaDB Enterprise - subscription-based...
» more
News

The Ethics of Generative AI: Understanding the Principles and Risks
18 September 2024

GraphSummit Europe 2024: Actionable Insights From Industry Leaders and Innovators
18 September 2024

This Week in Neo4j: Knowledge Graph, Data Loading, Olympics, CSV and more
7 September 2024

Neo4j Expands Cloud Database Capabilities to Power Enterprise-Scale Graph Deployments
4 September 2024

This Week in Neo4j: NODES 2024, GraphRAG, Graph Data, Knowledge Graph and more
31 August 2024

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
MemcachedNeo4jScyllaDBVertica infoOpenText™ Vertica™Warp 10
DB-Engines blog posts

Redis extends the lead in the DB-Engines key-value store ranking
3 February 2014, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

Applying Graph Analytics to Game of Thrones
12 June 2019, Amy Hodler & Mark Needham, Neo4j (guest author)

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

The openCypher Project: Help Shape the SQL for Graphs
22 December 2015, Emil Eifrem (guest author)

show all

Recent citations in the news

AMD Ryzen 5 9600X & Ryzen 7 9700X Offer Excellent Linux Performance
7 August 2024, Phoronix

Why DDoS Threat Actors Are Shifting Their Tactics
15 March 2024, Infosecurity Magazine

Why Redis beats Memcached for caching
14 September 2017, InfoWorld

What are memcached servers, and why are they being used to launch record-setting DDoS attacks?
6 March 2018, GeekWire

Memcached Cloud available in the Azure Store
18 April 2014, Microsoft

provided by Google News

Neo4j lowers barriers to graph technology with gen AI copilot, 15x read capacity
4 September 2024, VentureBeat

Neo4j Transforms Its Cloud Database Portfolio to Accelerate Graph Adoption & GenAI for the Enterprise
4 September 2024, PR Newswire

Neo4j charts upward course for GraphRAG in graph databases
4 September 2024, Techzine Europe

Neo4j Simplifies Graph Database in the Cloud
4 September 2024, Datanami

Neo4j Transforms Its Cloud Database Portfolio to Accelerate Graph Adoption & GenAI for the Enterprise
9 September 2024, insideBIGDATA

provided by Google News

ScyllaDB 6.0 advances open source database scalability
12 June 2024, VentureBeat

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
6 January 2023, AWS Blog

Scylla DB Adds Materialized Views
28 January 2019, iProgrammer

provided by Google News

Vertica on Kubernetes
20 June 2024, OpenText

What’s New in OpenText Vertica
10 January 2024, OpenText

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

MapR Hadoop Upgrade Spins YARN, Supports HP Vertica Analytics Platform
31 May 2024, Data Center Knowledge

Querying a Vertica data source in Amazon Athena using the Athena Federated Query SDK
11 February 2021, AWS Blog

provided by Google News

Launched Just A Year Ago, Open-Source Scality S3 Server Gains Extraordinary Momentum As It Simplifies The Life Of Developers
28 June 2017, PR Newswire

provided by Google News



Share this page

Featured Products

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.

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

SingleStore logo

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

RaimaDB logo

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

Present your product here