DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Dolt vs. Drizzle vs. Memgraph vs. SAP Adaptive Server vs. SQream DB

System Properties Comparison Dolt vs. Drizzle vs. Memgraph vs. SAP Adaptive Server vs. SQream DB

Editorial information provided by DB-Engines
NameDolt  Xexclude from comparisonDrizzle  Xexclude from comparisonMemgraph  Xexclude from comparisonSAP Adaptive Server infoformer name: Sybase ASE  Xexclude from comparisonSQream DB  Xexclude from comparison
Drizzle has published its last release in September 2012. The open-source project is discontinued and Drizzle is excluded from the DB-Engines ranking.
DescriptionA MySQL compatible DBMS with Git-like versioning of data and schemaMySQL fork with a pluggable micro-kernel and with an emphasis of performance over compatibility.An open source graph database built for real-time streaming and compatible with Neo4jThe SAP (Sybase) Adaptive Server Enterprise (ASE) is an enterprise-class RDBMSa GPU-based, columnar RDBMS for big data analytics workloads
Primary database modelRelational DBMSRelational DBMSGraph DBMSRelational DBMSRelational DBMS
Secondary database modelsDocument storeSpatial DBMS infowith Boeing's Spatial Query Server
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.02
Rank#191  Overall
#89  Relational DBMS
Score3.19
Rank#94  Overall
#8  Graph DBMS
Score35.09
Rank#25  Overall
#17  Relational DBMS
Score0.74
Rank#224  Overall
#103  Relational DBMS
Websitegithub.com/­dolthub/­dolt
www.dolthub.com
memgraph.comwww.sap.com/­products/­technology-platform/­sybase-ase.htmlsqream.com
Technical documentationdocs.dolthub.commemgraph.com/­docshelp.sap.com/­docs/­SAP_ASEdocs.sqream.com
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperDoltHub IncDrizzle project, originally started by Brian AkerMemgraph LtdSAP, SybaseSQream Technologies
Initial release20182008201719872017
Current release7.2.4, September 201216.02022.1.6, December 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoGNU GPLOpen Source infoBSL 1.1; commercial license for enterprise edition availablecommercialcommercial
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 languageGoC++C and C++C and C++C++, CUDA, Haskell, Java, Scala
Server operating systemsLinux
macOS
Windows
FreeBSD
Linux
OS X
LinuxAIX
HP-UX
Linux
Solaris
Unix
Windows
Linux
Data schemeyesyesschema-free and schema-optionalyesyes
Typing infopredefined data types such as float or dateyesyesyesyesyes, ANSI Standard SQL Types
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 indexesyesyesyesno
SQL infoSupport of SQLyesyes infowith proprietary extensionsnoyesyes
APIs and other access methodsCLI Client
HTTP REST
JDBCBolt protocol
Cypher query language
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
.Net
JDBC
ODBC
Supported programming languagesAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C++
Java
PHP
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
C
C++
Cobol
Java
Java
Perl
PHP
Python
C++
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresyes infocurrently in alpha releasenoJava and Transact-SQLuser defined functions in Python
Triggersyesno infohooks for callbacks inside the server can be used.yesno
Partitioning methods infoMethods for storing different data on different nodesnoneShardingSharding infodynamic graph partitioninghorizontal partitioninghorizontal and vertical partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesA database can be cloned to multiple locations and be used there in isolation. Data/schema changes can be pushed/pulled explicitly between locations.Multi-source replication
Source-replica replication
Multi-source replication using RAFTMulti-source replication
Source-replica replication
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyesyes inforelationships in graphsyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACID infowith snapshot isolationACIDACID
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.yes
User concepts infoAccess controlOnly one user is configurable, and must be specified in the config file at startupPluggable authentication mechanisms infoe.g. LDAP, HTTPUsers, roles and permissionsfine grained access rights according to SQL-standard
More information provided by the system vendor
DoltDrizzleMemgraphSAP Adaptive Server infoformer name: Sybase ASESQream DB
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Licensing and pricing modelsYou 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
DoltDrizzleMemgraphSAP Adaptive Server infoformer name: Sybase ASESQream DB
DB-Engines blog posts

MySQL won the April ranking; did its forks follow?
1 April 2015, Paul Andlinger

Has MySQL finally lost its mojo?
1 July 2013, Matthias Gelbmann

show all

Recent citations in the news

Dolt- A Version Controlled Database
29 January 2024, iProgrammer

Top Data Version Control Tools for Machine Learning Research in 2023
24 July 2023, MarkTechPost

Dolt, a Relational Database with Git-Like Cloning Features
19 August 2020, The New Stack

Data Versioning at Scale: Chaos and Chaos Management
10 February 2023, InfoQ.com

25 Hot New Data Tools and What They DON'T Do
14 May 2020, Towards Data Science

provided by Google News

Enhance Your Network Analysis with the Power of a Graph DB
4 May 2024, Towards Data Science

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

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

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

provided by Google News

Achieve zero RPO for your SAP ASE (Sybase) databases with Amazon FSx for NetApp ONTAP | Amazon Web Services
7 May 2024, AWS Blog

New Services for SAP HANA Cloud Database
7 April 2021, SAP News

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

AWS Launch Wizard is now available in Melbourne, Spain, and Zurich Regions
26 January 2024, AWS Blog

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

provided by Google News

I SQream, you SQream, we all SQream for … data analytics?
5 October 2023, fierce-network.com

SQream Announces Strategic Integration for Powerful Big Data Analytics with Dataiku
9 February 2024, insideBIGDATA

SQream Joins Samsung Cloud Platform Ecosystem
26 July 2023, Datanami

GPU data warehouse startup SQream lands $39.4M funding round
24 June 2020, SiliconANGLE News

SQream Technologies raises $39.4 million for GPU-accelerated databases
24 June 2020, VentureBeat

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here