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

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

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

Editorial information provided by DB-Engines
NameCrateDB  Xexclude from comparisonPostgreSQL  Xexclude from comparisonQuasardb  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionDistributed Database based on LuceneWidely 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 modelDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Relational 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 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
Score0.67
Rank#225  Overall
#37  Document stores
#5  Spatial DBMS
#17  Search engines
#19  Time Series DBMS
#16  Vector 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
Websitecratedb.comwww.postgresql.orgquasar.aiwww.singlestore.comwww.sqlite.org
Technical documentationcratedb.com/­docswww.postgresql.org/­docsdoc.quasar.ai/­masterdocs.singlestore.comwww.sqlite.org/­docs.html
DeveloperCratePostgreSQL Global Development Group infowww.postgresql.org/­developerquasardbSingleStore Inc.Dwayne Richard Hipp
Initial release20131989 info1989: Postgres, 1996: PostgreSQL200920132000
Current release5.8.1, August 202416.4, August 20243.14.1, January 20248.5, January 20243.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourceOpen SourceOpen 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 languageJavaCC++C++, GoC
Server operating systemsAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportFreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
BSD
Linux
OS X
Windows
Linux info64 bit version requiredserver-less
Data schemeFlexible Schema (defined schema, partial schema, schema free)yesschema-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.noyes infospecific XML-type available, but no XML query functionality.nonono
Secondary indexesyesyesyes infowith tagsyesyes
SQL infoSupport of SQLyes, but no triggers and constraints, and PostgreSQL compatibilityyes infostandard with numerous extensionsSQL-like query languageyes infobut no triggers and foreign keysyes infoSQL-92 is not fully supported
APIs and other access methodsADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP 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 languages.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
.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 proceduresuser defined functions (Javascript)user defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.noyesno
Triggersnoyesnonoyes
Partitioning methods infoMethods for storing different data on different nodesShardingpartitioning by range, list and (since PostgreSQL 11) by hashSharding infoconsistent hashingSharding infohash partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesConfigurable replication on table/partition-levelSource-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 systemEventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infounique row identifiers can be used for implementing an optimistic concurrency control strategyACIDACIDACIDACID
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.nonoyes infoTransient modeyesyes
User concepts infoAccess controlrights management via user accountsfine 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
CrateDBPostgreSQLQuasardbSingleStore 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

ABB Revolutionizes Smart Charging with OPTIMAX® Cloud, Powered by CrateDB
21 January 2025, PR Newswire

Tech Mahindra & CrateDB Forge AI-Powered Future for Smart Industries
2 April 2025, newskarnataka.com

Tech Mahindra, CrateDB Partner for Agentic AI in Industry
2 April 2025, Bisinfotech

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, Business Wire

Crate.io raises $10M to grow its database platform
15 June 2021, VentureBeat

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

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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