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

DBMS > Couchbase vs. Manticore Search vs. Memgraph vs. NebulaGraph vs. SAP Adaptive Server

System Properties Comparison Couchbase vs. Manticore Search vs. Memgraph vs. NebulaGraph vs. SAP Adaptive Server

Editorial information provided by DB-Engines
NameCouchbase infoOriginally called Membase  Xexclude from comparisonManticore Search  Xexclude from comparisonMemgraph  Xexclude from comparisonNebulaGraph  Xexclude from comparisonSAP Adaptive Server infoformer name: Sybase ASE  Xexclude from comparison
DescriptionA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseMulti-storage database for search, including full-text search.An open source graph database built for real-time streaming and compatible with Neo4jA distributed, linear scalable, high perfomant Graph DBMSThe SAP (Sybase) Adaptive Server Enterprise (ASE) is an enterprise-class RDBMS
Primary database modelDocument storeSearch engineGraph DBMSGraph DBMSRelational DBMS
Secondary database modelsKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
Time Series DBMS infousing the Manticore Columnar LibrarySpatial DBMS infowith Boeing's Spatial Query Server
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score17.30
Rank#36  Overall
#5  Document stores
Score0.22
Rank#312  Overall
#21  Search engines
Score3.02
Rank#98  Overall
#8  Graph DBMS
Score2.14
Rank#120  Overall
#10  Graph DBMS
Score36.31
Rank#25  Overall
#17  Relational DBMS
Websitewww.couchbase.commanticoresearch.commemgraph.comgithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
www.sap.com/­products/­technology-platform/­sybase-ase.html
Technical documentationdocs.couchbase.commanual.manticoresearch.commemgraph.com/­docsdocs.nebula-graph.iohelp.sap.com/­docs/­SAP_ASE
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperCouchbase, Inc.Manticore SoftwareMemgraph LtdVesoft Inc.SAP, Sybase
Initial release20112017201720191987
Current releaseServer: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20236.0, February 202316.0
License infoCommercial or Open SourceOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Source infoGPL version 2commercial infoFree license availableOpen Source infoApache Version 2.0 + Common Clause 1.0commercial
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 languageC, C++, Go and ErlangC++C and C++C++C and C++
Server operating systemsLinux
OS X
Windows
FreeBSD
Linux
macOS
Windows
LinuxLinuxAIX
HP-UX
Linux
Solaris
Unix
Windows
Data schemeschema-freeFixed schemaschema-free and schema-optionalStrong typed schemayes
Typing infopredefined data types such as float or dateyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyesyesyes
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.Can index from XMLnonono
Secondary indexesyesyes infofull-text index on all search fieldsyes infoNebula Graph internally uses the Key-Value store RocksDB for persistency. The vertices, edges, and their properties are stored as Key while their values are stored as Value. The primary indexes are per Key and secondary indexes are per Value.yes
SQL infoSupport of SQLSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesSQL-like query languagenoSQL-like query languageyes
APIs and other access methodsCLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
Bolt protocol
Cypher query language
Browser interface
console (shell)
Cypher Query Language
GO Object Graph Mapper
Java Object Graph Mapper
NGBatis infoORM framework for NebulaGraph and Spring-Boot
Proprietary native API
Python Object Graph Mapper
Query language nGQL
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
Supported programming languages.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
.Net
C++
Go
Java
PHP
Python
C
C++
Cobol
Java
Java
Perl
PHP
Python
Server-side scripts infoStored proceduresFunctions and timers in JavaScript and UDFs in Java, Python, SQL++user defined functionsuser defined functionsJava and Transact-SQL
Triggersyes infovia the TAP protocolnoyes
Partitioning methods infoMethods for storing different data on different nodesAutomatic ShardingSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infodynamic graph partitioningShardinghorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication infoincluding cross data center replication
Source-replica replication
Synchronous replication based on Galera libraryMulti-source replication using RAFTCausal Clustering using Raft protocolMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyes inforelationships in graphsyes infoRelationships in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDyes infoisolated transactions for atomic changes and binary logging for safe writesACID infowith snapshot isolationACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yes infowith periodic snapshot and write-ahead logging (WAL) of changesyes infousing RocksDByes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoEphemeral bucketsyesyes
User concepts infoAccess controlUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.noUsers, roles and permissionsRole-based access controlfine grained access rights according to SQL-standard
More information provided by the system vendor
Couchbase infoOriginally called MembaseManticore SearchMemgraphNebulaGraphSAP Adaptive Server infoformer name: Sybase ASE
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
NebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
NebulaGraph boasts the world's only graph database solution that is able to host...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Social networking Fraud detection Knowledge graph Data warehouse management Anti...
» more
Key customersCompanies from a variety of industries have implemented NebulaGraph Database in production,...
» more
Market metricsAt our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» more
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» more
NebulaGraph is open source and free to use under Apache 2.0 license.
» 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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Couchbase infoOriginally called MembaseManticore SearchMemgraphNebulaGraphSAP Adaptive Server infoformer name: Sybase ASE
DB-Engines blog posts

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

show all

Recent citations in the news

Couchbase Announces New Features to Accelerate AI-Powered Adaptive Applications for Customers
29 February 2024, PR Newswire

Q4 Earnings Highs And Lows: Couchbase (NASDAQ:BASE) Vs The Rest Of The Data Storage Stocks
30 April 2024, The Globe and Mail

Couchbase's revenue grows 20% and its stock rises in extended trading
5 March 2024, SiliconANGLE News

Short Interest in Couchbase, Inc. (NASDAQ:BASE) Increases By 13.6%
30 April 2024, MarketBeat

Couchbase Server and Capella to gain vector support
1 March 2024, InfoWorld

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

Google's Gemini comes to databases
9 April 2024, Yahoo Canada Shine On

Comparing Meilisearch and Manticore Search Using Key Benchmarks
2 May 2023, hackernoon.com

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

provided by Google News

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

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

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

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

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

NebulaGraph Enterprise v5.0: The First Distributed Graph Database to Offer Native GQL Support
18 April 2024, PR Newswire

Celebrating 10,000 GitHub Stars for NebulaGraph
26 March 2024, PR Newswire

NebulaGraph Enterprise v3.7.0 Empowers Enterprises to Build Knowledge Graphs with a Few Clicks
3 April 2024, PR Newswire

NebulaGraph reaps from China’s growing appetite for graph databases
16 September 2022, TechCrunch

Beginner’s Guide to NebulaGraph Database | by Ng Wai Foong
26 October 2022, Towards Data Science

provided by Google News

New Services in SAP HANA Cloud Lower TCO for Customers in Data-Intensive, Highly Regulated Industries
7 April 2021, SAP News

Install latest SAP Adaptive Server Enterprise patches, experts urge
3 June 2020, CSO Online

Arcion Introduces SAP Sybase ASE Connector for Ultimate Migration Flexibility
5 January 2023, businesswire.com

Patch SAP Adaptive Server Enterprise now to avoid takeover risk
3 June 2020, BleepingComputer

Newly Patched SAP ASE Flaws Could Let Attackers Hack Database Servers
3 June 2020, The Hacker News

provided by Google News



Share this page

Featured Products

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

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
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

Present your product here