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

DBMS > IBM Db2 Event Store vs. Microsoft SQL Server vs. PlanetScale vs. PostgreSQL vs. VictoriaMetrics

System Properties Comparison IBM Db2 Event Store vs. Microsoft SQL Server vs. PlanetScale vs. PostgreSQL vs. VictoriaMetrics

Editorial information provided by DB-Engines
NameIBM Db2 Event Store  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonPlanetScale  Xexclude from comparisonPostgreSQL  Xexclude from comparisonVictoriaMetrics  Xexclude from comparison
DescriptionDistributed Event Store optimized for Internet of Things use casesMicrosofts flagship relational DBMSScalable, distributed, serverless MySQL database platform built on top of VitessWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primary database modelEvent Store
Time Series DBMS
Relational DBMSRelational DBMSRelational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Time Series DBMS
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
Document store
Spatial DBMS
Document store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.17
Rank#316  Overall
#2  Event Stores
#26  Time Series DBMS
Score786.87
Rank#3  Overall
#3  Relational DBMS
Score0.96
Rank#186  Overall
#84  Relational DBMS
Score659.62
Rank#4  Overall
#4  Relational DBMS
Score1.37
Rank#152  Overall
#15  Time Series DBMS
Websitewww.ibm.com/­products/­db2-event-storewww.microsoft.com/­en-us/­sql-serverplanetscale.comwww.postgresql.orgvictoriametrics.com
Technical documentationwww.ibm.com/­docs/­en/­db2-event-storelearn.microsoft.com/­en-US/­sql/­sql-serverplanetscale.com/­docswww.postgresql.org/­docsdocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
DeveloperIBMMicrosoftPlanetScalePostgreSQL Global Development Group infowww.postgresql.org/­developerVictoriaMetrics
Initial release2017198920201989 info1989: Postgres, 1996: PostgreSQL2018
Current release2.0SQL Server 2022, November 202216.4, August 2024v1.91, May 2023
License infoCommercial or Open Sourcecommercial infofree developer edition availablecommercial inforestricted free version is availablecommercialOpen Source infoBSDOpen Source infoApache Version 2.0
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
SQLServer Flex @ STACKIT offers a managed version of SQL Server with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.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 and C++C++GoCGo
Server operating systemsLinux infoLinux, macOS, Windows for the developer additionLinux
Windows
Docker
Linux
macOS
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
FreeBSD
Linux
macOS
OpenBSD
Data schemeyesyesyesyes
Typing infopredefined data types such as float or dateyesyesyesyes
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.noyesyes infospecific XML-type available, but no XML query functionality.no
Secondary indexesnoyesyesyes
SQL infoSupport of SQLyes infothrough the embedded Spark runtimeyesyes infowith proprietary extensionsyes infostandard with numerous extensionsno
APIs and other access methodsADO.NET
DB2 Connect
JDBC
ODBC
RESTful HTTP API
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
ADO.NET
JDBC
MySQL protocol
ODBC
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Supported programming languagesC
C#
C++
Cobol
Delphi
Fortran
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Scala
Visual Basic
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Server-side scripts infoStored proceduresyesTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Javayes infoproprietary syntaxuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.no
Triggersnoyesyesyesno
Partitioning methods infoMethods for storing different data on different nodesShardingtables can be distributed across several files (horizontal partitioning); sharding through federationShardingpartitioning by range, list and (since PostgreSQL 11) by hash
Replication methods infoMethods for redundantly storing data on multiple nodesActive-active shard replicationyes, but depending on the SQL-Server EditionMulti-source replication
Source-replica replication
Source-replica replication infoother methods possible by using 3rd party extensionsSynchronous replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyEventual Consistency across shards
Immediate Consistency within a shard
Immediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynoyesyes infonot for MyISAM storage engineyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACID at shard levelACIDno
Concurrency infoSupport for concurrent manipulation of dataNo - written data is immutableyesyes infotable locks or row locks depending on storage engineyesyes
Durability infoSupport for making data persistentYes - Synchronous writes to local disk combined with replication and asynchronous writes in parquet format to permanent shared storageyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesnono
User concepts infoAccess controlfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardUsers with fine-grained authorization concept infono user groups or rolesfine grained access rights according to SQL-standard

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


» more


» more


» more

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

More resources
IBM Db2 Event StoreMicrosoft SQL ServerPlanetScalePostgreSQLVictoriaMetrics
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Microsoft SQL Server is the DBMS of the Year
4 January 2017, Matthias Gelbmann, Paul Andlinger

show all

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

Recent citations in the news

How To Rebuild And Restore SQL Server Master Database
17 February 2025, Information Security Buzz

SQL Server 2019 installation for Lab
27 January 2025, Spiceworks

The year ahead for SQL Server: Ground to cloud to fabric
15 January 2025, Microsoft

FundApps’s journey from SQL Server to Amazon Aurora Serverless v2 with Babelfish
16 December 2024, AWS Blog

How to check your SQL Server version
21 August 2024, ITPro

provided by Google News

PlanetScale Gets Into Vector Search
2 December 2024, iProgrammer

PlanetScale ends free tier bid, sheds staff in profitability bid
11 March 2024, The Register

PlanetScale raises $50M Series C as its enterprise database service hits general availability
16 November 2021, TechCrunch

PlanetScale Announces $30M Series B Funding to Accelerate Adoption of Instantly Provisioned and Infinitely Scalable Database
23 June 2021, Business Wire

PlanetScale - outrage over keeping a company alive
11 March 2024, substack.com

provided by Google News

A PostgreSQL zero-day was also exploited in US Treasury hack (CVE-2025-1094)
17 February 2025, Help Net Security

Microsoft open sources PostgreSQL extensions to muscle in on NoSQL
11 February 2025, The Register

PostgreSQL flaw exploited as zero-day in BeyondTrust breach
14 February 2025, BleepingComputer

PostgreSQL Vulnerability Exploited Alongside BeyondTrust Zero-Day in Targeted Attacks
14 February 2025, The Hacker News

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

provided by Google News

Prezi's Journey from Prometheus to VictoriaMetrics
11 February 2025, InfoQ.com

VictoriaMetrics Powers $1.2 Billion Clean Energy Initiative, One of North America’s Largest
20 December 2024, ESG News

VictoriaMetrics helps IHI Terrasun win big in Vegas on $1.2B clean energy project
18 December 2024, Business Wire

Open source biz promises to slash bills with observability-as-a-service in the cloud
20 August 2024, The Register

VictoriaMetrics Cloud promises five times cheaper database monitoring
20 August 2024, Techzine Europe

provided by Google News



Share this page

Featured Products

RaimaDB logo

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

Milvus logo

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

SingleStore logo

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

Present your product here