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

DBMS > AllegroGraph vs. Bangdb vs. CouchDB vs. SAP SQL Anywhere vs. SingleStore

System Properties Comparison AllegroGraph vs. Bangdb vs. CouchDB vs. SAP SQL Anywhere vs. SingleStore

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonBangdb  Xexclude from comparisonCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSConverged and high performance database for device data, events, time series, document and graphA native JSON - document store inspired by Lotus Notes, scalable from globally distributed server-clusters down to mobile phones.RDBMS database and synchronization technologies for server, desktop, remote office, and mobile environmentsMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table type
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Document store
Graph DBMS
Time Series DBMS
Document storeRelational DBMSRelational DBMS
Secondary database modelsSpatial DBMSSpatial DBMSSpatial DBMS infousing the Geocouch extensionDocument store
Spatial DBMS
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.84
Rank#204  Overall
#35  Document stores
#18  Graph DBMS
#7  RDF stores
#10  Vector DBMS
Score0.07
Rank#346  Overall
#47  Document stores
#35  Graph DBMS
#32  Time Series DBMS
Score7.46
Rank#51  Overall
#7  Document stores
Score3.50
Rank#81  Overall
#44  Relational DBMS
Score4.02
Rank#74  Overall
#39  Relational DBMS
Websiteallegrograph.combangdb.comcouchdb.apache.orgwww.sap.com/­products/­technology-platform/­sql-anywhere.htmlwww.singlestore.com
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmldocs.bangdb.comdocs.couchdb.org/­en/­stablehelp.sap.com/­docs/­SAP_SQL_Anywheredocs.singlestore.com
DeveloperFranz Inc.Sachin Sinha, BangDBApache Software Foundation infoApache top-level project, originally developed by Damien Katz, a former Lotus Notes developerSAP infoformerly SybaseSingleStore Inc.
Initial release20042012200519922013
Current release8.0, December 2023BangDB 2.0, October 20213.3.3, December 202317, July 20158.5, January 2024
License infoCommercial or Open Sourcecommercial infoLimited community edition freeOpen Source infoBSD 3Open Source infoApache version 2commercialcommercial infofree developer edition available
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++ErlangC++, Go
Server operating systemsLinux
OS X
Windows
LinuxAndroid
BSD
Linux
OS X
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
Linux info64 bit version required
Data schemeyes infoRDF schemasschema-freeschema-freeyesyes
Typing infopredefined data types such as float or dateyesyes: string, long, double, int, geospatial, stream, eventsnoyesyes
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 infobulk load of XML files possiblenonoyesno
Secondary indexesyesyes infosecondary, composite, nested, reverse, geospatialyes infovia viewsyesyes
SQL infoSupport of SQLSPARQL is used as query languageSQL like support with command line toolnoyesyes infobut no triggers and foreign keys
APIs and other access methodsRESTful HTTP API
SPARQL
Proprietary protocol
RESTful HTTP API
RESTful HTTP/JSON APIADO.NET
HTTP API
JDBC
ODBC
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
C
C#
C++
Java
Python
C
C#
ColdFusion
Erlang
Haskell
Java
JavaScript
Lisp
Lua
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
Ruby
Smalltalk
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Bash
C
C#
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresyes infoJavaScript or Common LispnoView functions in JavaScriptyes, in C/C++, Java, .Net or Perlyes
Triggersyesyes, Notifications (with Streaming only)yesyesno
Partitioning methods infoMethods for storing different data on different nodeswith FederationSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmSharding infoimproved architecture with release 2.0noneSharding infohash partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
selectable replication factor, Knob for CAP (enterprise version only)Multi-source replication
Source-replica replication
Source-replica replication infoDatabase mirroringSource-replica replication infostores two copies of each physical data partition on two separate nodes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono infocan define user-defined aggregate functions for map-reduce-style calculations
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationTunable consistency, set CAP knob accordinglyEventual ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDno infoatomic operations within a single document possibleACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyes infostrategy: optimistic lockingyesyes, multi-version concurrency control (MVCC)
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyesyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, run db with in-memory only modenoyesyes
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationyes (enterprise version only)Access rights for users can be defined per databasefine grained access rights according to SQL-standardFine grained access control via users, groups and roles
More information provided by the system vendor
AllegroGraphBangdbCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"SAP SQL Anywhere infoformerly called Adaptive Server AnywhereSingleStore infoformer name was MemSQL
News

AllegroGraph Named a 2024 Trend Setting Product
16 September 2024

Gartner recognized Franz Inc. as a Key Neuro-Symbolic AI Provider in 2024 Hype Cycle for AI
10 September 2024

Next-Generation Cybersecurity: Integrating Knowledge Graphs and Neuro-Symbolic AI with STIX and TAXII
10 September 2024

Pruning Cycles in UMLS Metathesaurus: A Neuro Symbolic AI Approach
9 September 2024

Awesome AI Companies – Franz Inc.
17 July 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
AllegroGraphBangdbCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"SAP SQL Anywhere infoformerly called Adaptive Server AnywhereSingleStore infoformer name was MemSQL
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

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

Recent citations in the news

Build your own chatbot and talk to your own documents
4 June 2024, Data Science Central

Neuro-Symbolic AI: The Peak of Artificial Intelligence
16 November 2021, AiThority

Q&A: Can Neuro-Symbolic AI Solve AI’s Weaknesses?
8 April 2024, TDWI

The key to quantum computing AI applications: Flexible programming languages
2 July 2022, VentureBeat

Fuse Graph Neural Networks with Semantic Reasoning to Produce Complimentary Predictions
21 September 2021, Towards Data Science

provided by Google News

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15 March 2022, The Register

How to install the CouchDB NoSQL database on Debian Server 11
16 June 2022, TechRepublic

CouchDB 3.0 ends admin party era
27 February 2020, DevClass

Hadoop, CouchDB Next Targets in Wave of Database Attacks
20 January 2017, Threatpost

How to Connect Your Flask App With CouchDB: A NoSQL Database - MUO
14 August 2021, MakeUseOf

provided by Google News

SAP Products & Services Data Portfolio
2 July 2021, Datamation

SAP vulnerabilities Let Attacker Inject OS Commands—Patch Now!
11 July 2023, CybersecurityNews

Securing SAP with AWS Network Firewall: Part 2 – Managed Rules
17 July 2023, AWS Blog

MindsDB is now the leading and fastest growing applied ML platform in the world
3 November 2022, PR Newswire

Gartner’s Magic Quadrant for Cloud Database Management Systems
9 December 2020, CRN

provided by Google News

SingleStore Partners With Snowflake to Help Users Build Faster, More Efficient Real Time AI Applications
19 September 2024, Business Wire

Achieve near real-time analytics on Amazon DynamoDB with SingleStore
16 September 2024, AWS Blog

Third time was the charm for SingleStore in the cloud, CEO says
8 July 2024, The Register

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

John Hinshaw Appointed to SingleStore Board of Directors
17 September 2024, Business Wire

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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.

Neo4j logo

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

Present your product here