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

DBMS > OceanBase vs. PostgreSQL vs. Quasardb vs. SingleStore vs. SQLite

System Properties Comparison OceanBase vs. PostgreSQL vs. Quasardb vs. SingleStore vs. SQLite

Editorial information provided by DB-Engines
NameOceanBase  Xexclude from comparisonPostgreSQL  Xexclude from comparisonQuasardb  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionA distributed, high available RDBMS compatible with Oracle and MySQLWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLDistributed, high-performance timeseries databaseMySQL 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 typeWidely used embeddable, in-process RDBMS
Primary database modelRelational DBMSRelational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Time Series DBMSRelational DBMSRelational DBMS
Secondary database modelsDocument store
Wide column store
Document 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
Score2.42
Rank#102  Overall
#51  Relational DBMS
Score674.32
Rank#4  Overall
#4  Relational DBMS
Score0.17
Rank#320  Overall
#28  Time Series DBMS
Score3.69
Rank#70  Overall
#37  Relational DBMS
Score117.77
Rank#10  Overall
#7  Relational DBMS
Websiteen.oceanbase.comwww.postgresql.orgquasar.aiwww.singlestore.comwww.sqlite.org
Technical documentationen.oceanbase.com/­docs/­oceanbase-databasewww.postgresql.org/­docsdoc.quasar.ai/­masterdocs.singlestore.comwww.sqlite.org/­docs.html
DeveloperOceanBase infopreviously Alibaba and Ant GroupPostgreSQL Global Development Group infowww.postgresql.org/­developerquasardbSingleStore Inc.Dwayne Richard Hipp
Initial release20101989 info1989: Postgres, 1996: PostgreSQL200920132000
Current release4.3.0, April 202416.4, August 20243.14.1, January 20248.5, January 20243.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourceOpen Source infoCommercial license availableOpen Source infoBSDcommercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licensescommercial infofree developer edition availableOpen Source infoPublic Domain
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.
PostgreSQL Flex @ STACKIT offers managed PostgreSQL Instances with adjustable CPU, RAM, storage amount and speed and several extensions available, in enterprise grade to perfectly match all application requirements. All 100% GDPR-compliant.
Implementation languageC++CC++C++, GoC
Server operating systemsLinuxFreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
BSD
Linux
OS X
Windows
Linux info64 bit version requiredserver-less
Data schemeyesyesschema-freeyesyes infodynamic column types
Typing infopredefined data types such as float or dateyesyesyes infointeger and binaryyesyes infonot rigid because of 'dynamic typing' concept.
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.yesyes infospecific XML-type available, but no XML query functionality.nonono
Secondary indexesyesyesyes infowith tagsyesyes
SQL infoSupport of SQLyesyes infostandard with numerous extensionsSQL-like query languageyes infobut no triggers and foreign keysyes infoSQL-92 is not fully supported
APIs and other access methodsJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
HTTP APICluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesAda infoin MySQL-compatible model
C infoin Oracle- and MySQL- compatible models
C++ infoin Oracle- and MySQL- compatible models
D infoin MySQL-compatible model
Delphi infoin MySQL-compatible model
Eiffel infoin MySQL-compatible model
Erlang infoin MySQL-compatible model
Haskell infoin MySQL-compatible model
Java infoin Oracle- and MySQL- compatible models
JavaScript (Node.js) infoin MySQL-compatible model
Objective-C infoin MySQL-compatible model
OCaml infoin MySQL-compatible model
Perl infoin MySQL-compatible model
PHP infoin MySQL-compatible model
Python infoin MySQL-compatible model
Ruby infoin MySQL-compatible model
Scheme infoin MySQL-compatible model
Tcl infoin MySQL-compatible model
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
Bash
C
C#
Java
JavaScript (Node.js)
Python
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modeuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.noyesno
Triggersyesyesnonoyes
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning (by hash, key, range, range columns, list, and list columns)partitioning by range, list and (since PostgreSQL 11) by hashSharding infoconsistent hashingSharding infohash partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication using PaxosSource-replica replication infoother methods possible by using 3rd party extensionsSource-replica replication with selectable replication factorSource-replica replication infostores two copies of each physical data partition on two separate nodesnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonowith Hadoop integrationno infocan define user-defined aggregate functions for map-reduce-style calculationsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, multi-version concurrency control (MVCC)yes infovia file-system locks
Durability infoSupport for making data persistentyesyesyes infoby using LevelDByes 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.noyes infoTransient modeyesyes
User concepts infoAccess controlAccess rights for users, groups and roles according to SQL-standardfine grained access rights according to SQL-standardCryptographically strong user authentication and audit trailFine grained access control via users, groups and rolesno

More information provided by the system vendor

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 parties
» more

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

More resources
OceanBasePostgreSQLQuasardbSingleStore infoformer name was MemSQLSQLite
DB-Engines blog posts

DB-Engines shares Q1 2025 database industry rankings and top climbers: Snowflake and PostgreSQL trending
1 May 2025, DB-Engines

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

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

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

OceanBase Recognized for Translytical Database Capabilities by Independent Research Firm
26 November 2024, PR Newswire

Your Database is Probably Obsolete. Here’s Why.
29 November 2024, CDOTrends

Atome partners with OceanBase
4 March 2025, The Paypers

OceanBase Distributed Database Aids Starpay Eliminate Downtime
11 March 2025, Fintech News Philippines

Atome partners Ant's OceanBase to enhance data infrastructure
4 March 2025, TNGlobal

provided by Google News

Understanding transaction visibility in PostgreSQL clusters with read replicas
2 May 2025, Amazon Web Services (AWS)

MySQL at 30: Still important but no longer king
12 May 2025, InfoWorld

Over 1,500 PostgreSQL Servers Compromised in Fileless Cryptocurrency Mining Campaign
1 April 2025, The Hacker News

Fileless XMRig-C3 Cryptominer Targets PostgreSQL Servers
31 March 2025, wiz.io

Rapid7 Flags New PostgreSQL Zero-Day Connected to BeyondTrust Exploitation
13 February 2025, SecurityWeek

provided by Google News

NVIDIA to Present Innovations at Hot Chips That Boost Data Center Performance and Energy Efficiency
23 August 2024, NVIDIA Blog

SQUAB—I: The First Release of Strange QUasar Candidates With ABnormal Astrometric Characteristics From Gaia EDR3 and SDSS
26 June 2024, Frontiers

Exploring secular variation of the gravitational constant from high-resolution quasar spectra
6 July 2024, Nature

Evaluation of CD3 and CD8 T-Cell Immunohistochemistry for Prognostication and Prediction of Benefit From Adjuvant Chemotherapy in Early-Stage Colorectal Cancer Within the QUASAR Trial
31 July 2024, ASCO Publications

Levyx Signs Fintech OEM QuasarDB to Bring Unprecedented Performance to Latency-Sensitive Applications
19 January 2018, GlobeNewswire

provided by Google News

SingleStore Appoints Nadeem Asghar as Chief Technology Officer
17 April 2025, citybiz

SingleStore Acquires BryteFlow ​​to Accelerate Adoption of Real-Time Analytics, GenAI
3 October 2024, Business Wire

Announcing watsonx.ai and SingleStore for generative AI applications
16 October 2024, IBM

SingleStore acquires BryteFlow to better digest ERP and CRM data
4 October 2024, Blocks and Files

SingleStore's BryteFlow acquisition targets data integration
3 October 2024, TechTarget

provided by Google News

Zero-latency SQLite storage in every Durable Object
26 September 2024, The Cloudflare Blog

SQLite re-implemented in Rust to achieve asynchronous I/O and other changes
12 December 2024, devclass

Bcachefs, Btrfs, EXT4, F2FS & XFS File-System Performance On Linux 6.15
10 May 2025, Phoronix

Google’s AI Tool Big Sleep Finds Zero-Day Vulnerability in SQLite Database Engine
4 November 2024, The Hacker News

How to install SQLite on Windows
20 October 2024, theserverside.com

provided by Google News



Share this page

Featured Products

Neo4j logo

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

SingleStore logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

RaimaDB logo

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

Present your product here