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 > DolphinDB vs. PostgreSQL vs. SAP SQL Anywhere vs. SingleStore vs. TypeDB

System Properties Comparison DolphinDB vs. PostgreSQL vs. SAP SQL Anywhere vs. SingleStore vs. TypeDB

Editorial information provided by DB-Engines
NameDolphinDB  Xexclude from comparisonPostgreSQL  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonTypeDB infoformerly named Grakn  Xexclude from comparison
DescriptionDolphinDB is a high performance Time Series DBMS. It is integrated with an easy-to-use fully featured programming language and a high-volume high-velocity streaming analytics system. It offers operational simplicity, scalability, fault tolerance, and concurrency.Widely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLRDBMS 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 typeTypeDB is a strongly-typed database with a rich and logical type system and TypeQL as its query language
Primary database modelTime Series DBMSRelational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Relational DBMSRelational DBMSGraph DBMS
Relational DBMS infoOften described as a 'hyper-relational' database, since it implements the 'Entity-Relationship Paradigm' to manage complex data structures and ontologies.
Secondary database modelsRelational DBMSDocument store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
Document store
Spatial DBMS
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.23
Rank#82  Overall
#6  Time Series DBMS
Score645.05
Rank#4  Overall
#4  Relational DBMS
Score4.57
Rank#78  Overall
#43  Relational DBMS
Score5.91
Rank#61  Overall
#34  Relational DBMS
Score0.81
Rank#217  Overall
#19  Graph DBMS
#99  Relational DBMS
Websitewww.dolphindb.comwww.postgresql.orgwww.sap.com/­products/­technology-platform/­sql-anywhere.htmlwww.singlestore.comtypedb.com
Technical documentationdocs.dolphindb.cn/­en/­help200/­index.htmlwww.postgresql.org/­docshelp.sap.com/­docs/­SAP_SQL_Anywheredocs.singlestore.comtypedb.com/­docs
DeveloperDolphinDB, IncPostgreSQL Global Development Group infowww.postgresql.org/­developerSAP infoformerly SybaseSingleStore Inc.Vaticle
Initial release20181989 info1989: Postgres, 1996: PostgreSQL199220132016
Current releasev2.00.4, January 202216.2, February 202417, July 20158.5, January 20242.26.3, January 2024
License infoCommercial or Open Sourcecommercial infofree community version availableOpen Source infoBSDcommercialcommercial infofree developer edition availableOpen Source infoGPL Version 3, commercial licenses 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.
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.SingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
Implementation languageC++CC++, GoJava
Server operating systemsLinux
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
Linux info64 bit version requiredLinux
OS X
Windows
Data schemeyesyesyesyesyes
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.noyes infospecific XML-type available, but no XML query functionality.yesnono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLSQL-like query languageyes infostandard with numerous extensionsyesyes infobut no triggers and foreign keysno
APIs and other access methodsJDBC
JSON over HTTP
Kafka
MQTT (Message Queue Telemetry Transport)
ODBC
OPC DA
OPC UA
RabbitMQ
WebSocket
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
ADO.NET
HTTP API
JDBC
ODBC
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
gRPC protocol
TypeDB Console (shell)
TypeDB Studio (Visualisation software- previously TypeDB Workbase)
Supported programming languagesC#
C++
Go
Java
JavaScript
MatLab
Python
R
Rust
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Bash
C
C#
Java
JavaScript (Node.js)
Python
All JVM based languages
Groovy
Java
JavaScript (Node.js)
Python
Scala
Server-side scripts infoStored proceduresyesuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.yes, in C/C++, Java, .Net or Perlyesno
Triggersnoyesyesnono
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningpartitioning by range, list and (since PostgreSQL 11) by hashnoneSharding infohash partitioningSharding infoby using Cassandra
Replication methods infoMethods for redundantly storing data on multiple nodesyesSource-replica replication infoother methods possible by using 3rd party extensionsSource-replica replication infoDatabase mirroringSource-replica replication infostores two copies of each physical data partition on two separate nodesMulti-source replication infoby using Cassandra
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnonono infocan define user-defined aggregate functions for map-reduce-style calculationsyes infoby using Apache Kafka and Apache Zookeeper
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesyesnono infosubstituted by the relationship feature
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesACIDACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesyesyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesyesno
User concepts infoAccess controlAdministrators, Users, Groupsfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardFine grained access control via users, groups and rolesyes infoat REST API level; other APIs in progress
More information provided by the system vendor
DolphinDBPostgreSQLSAP SQL Anywhere infoformerly called Adaptive Server AnywhereSingleStore infoformer name was MemSQLTypeDB infoformerly named Grakn
Specific characteristicsSingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
TypeDB is a polymorphic database with a conceptual data model, a strong subtyping...
» more
Competitive advantagesSingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
TypeDB provides a new level of expressivity, extensibility, interoperability, and...
» more
Typical application scenariosDriving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Life sciences : TypeDB makes working with biological data much easier and accelerates...
» more
Key customersIEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» more
Market metricsCustomers in various industries worldwide including US and International Industry...
» more
Licensing and pricing modelsF ree Tier and Enterprise Edition
» more
Apache f or language drivers, and AGPL and Commercial for the database server. The...
» 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 partiesNavicat Monitor is a safe, simple and agentless remote server monitoring tool for PostgreSQL and many other database management systems.
» more

CYBERTEC is your professional partner in PostgreSQL topics for over 20 years. As our main aim is to be your single-source all-in-one IT service provider, we offer a wide range of products and services. Visit our website for more details.
» more

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» more

Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
» more

Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» more

pgDash: In-Depth PostgreSQL Monitoring.
» more

SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» more

Instaclustr: Fully Hosted & Managed PostgreSQL
» more

Timescale: Calling all PostgreSQL users – the 2023 State of PostgreSQL survey is now open! Share your favorite extensions, preferred frameworks, community experiences, and more. Take the survey today!
» more

Redgate webinars: A series of key topics for new PostgreSQL users.
» more

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

More resources
DolphinDBPostgreSQLSAP SQL Anywhere infoformerly called Adaptive Server AnywhereSingleStore infoformer name was MemSQLTypeDB infoformerly named Grakn
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, 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

PeerDB: PostgreSQL Data Movement Platform Company Closes $3.6 Million
16 April 2024, Pulse 2.0

Modernize your data architecture using Amazon RDS for PostgreSQL and Amazon QuickSight | Amazon Web Services
12 April 2024, AWS Blog

Raw SQL VS SQLAlchemy — 13 Queries For Comparison | by Liu Zuo Lin | Apr, 2024
16 April 2024, Medium

Introducing OCI Database with PostgreSQL: Completing Our Cloud Database Suite for Every Need
14 November 2023, blogs.oracle.com

PeerDB Raises $3.6M Seed Round Funding to Advance Data Movement for PostgreSQL
12 April 2024, Datanami

provided by Google News

Newsbyte: Latest Release of SAP® SQL Anywhere® Suite Brings Mission-Critical Services to the Internet of Things and ...
15 July 2015, PR Newswire

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

SAP Again Named a Leader in 2021 Gartner® Magic Quadrant™ for Cloud Database Management Systems
16 December 2021, SAP News

Rimini Street expands support beyond SAP and Oracle
11 June 2022, InsideSAP

AWS, IBM, Microsoft, Google emerge Cloud DBMS leaders
22 December 2022, Daily Host News

provided by Google News

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

SingleStore adds indexed vector search to Pro Max release for faster AI work – Blocks and Files
29 January 2024, Blocks and Files

SingleStore Accelerates Go-to-Market Strategy with AWS
5 March 2024, Business Wire

New AI features for developers in SingleStoreDB
29 January 2024, InfoWorld

SingleStore, Snowflake Help Customers Build Enterprise-Ready Generative AI Apps
3 January 2024, Acceleration Economy

provided by Google News

An Enterprise Data Stack Using TypeDB | by Daniel Crowe
2 September 2021, Towards Data Science

Speedb's Data Storage Engine Goes Open Source
9 November 2022, Datanami

Speedb Goes Open Source With Its Speedb Data Engine, A Drop-in Replacement for RocksDB
9 November 2022, Business Wire

Modelling Biomedical Data for a Drug Discovery Knowledge Graph
6 October 2020, Towards Data Science

195 Data Science Libraries You Should Reconsider Using | by Dimitris Effrosynidis
2 February 2024, DataDrivenInvestor

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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.

Milvus logo

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

Present your product here