DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > EDB Postgres vs. H2 vs. Microsoft Azure Data Explorer vs. Postgres-XL vs. Snowflake

System Properties Comparison EDB Postgres vs. H2 vs. Microsoft Azure Data Explorer vs. Postgres-XL vs. Snowflake

Editorial information provided by DB-Engines
NameEDB Postgres  Xexclude from comparisonH2  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonPostgres-XL  Xexclude from comparisonSnowflake  Xexclude from comparison
DescriptionThe EDB Postgres Platform is an enterprise-class data management platform based on the open source database PostgreSQL with flexible deployment options and Oracle compatibility features, complemented by tool kits for management, integration, and migration.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Fully managed big data interactive analytics platformBased on PostgreSQL enhanced with MPP and write-scale-out cluster featuresCloud-based data warehousing service for structured and semi-structured data
Primary database modelRelational DBMSRelational DBMSRelational DBMS infocolumn orientedRelational DBMSRelational DBMS
Secondary database modelsDocument store
Spatial DBMS
Spatial DBMSDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.91
Rank#130  Overall
#60  Relational DBMS
Score8.33
Rank#46  Overall
#30  Relational DBMS
Score3.80
Rank#81  Overall
#43  Relational DBMS
Score0.53
Rank#254  Overall
#117  Relational DBMS
Score130.36
Rank#8  Overall
#5  Relational DBMS
Websitewww.enterprisedb.comwww.h2database.comazure.microsoft.com/­services/­data-explorerwww.postgres-xl.orgwww.snowflake.com
Technical documentationwww.enterprisedb.com/­docswww.h2database.com/­html/­main.htmldocs.microsoft.com/­en-us/­azure/­data-explorerwww.postgres-xl.org/­documentationdocs.snowflake.net/­manuals/­index.html
DeveloperEnterpriseDBThomas MuellerMicrosoftSnowflake Computing Inc.
Initial release2005200520192014 infosince 2012, originally named StormDB2014
Current release14, December 20212.2.220, July 2023cloud service with continuous releases10 R1, October 2018
License infoCommercial or Open Sourcecommercial infoBSD for PostgreSQL-componentsOpen Source infodual-licence (Mozilla public license, Eclipse public license)commercialOpen Source infoMozilla public licensecommercial
Cloud-based only infoOnly available as a cloud servicenonoyesnoyes
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageCJavaC
Server operating systemsLinux
Windows
All OS with a Java VMhostedLinux
macOS
hosted
Data schemeyesyesFixed schema with schema-less datatypes (dynamic)yesyes infosupport of semi-structured data formats (JSON, XML, Avro)
Typing infopredefined data types such as float or dateyesyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesyes
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.yes infospecific XML-type available, but no XML query functionality.noyesyes infoXML type, but no XML query functionalityyes
Secondary indexesyesyesall fields are automatically indexedyes
SQL infoSupport of SQLyes infostandard with numerous extensionsyesKusto Query Language (KQL), SQL subsetyes infodistributed, parallel query executionyes
APIs and other access methodsADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBC
ODBC
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
CLI Client
JDBC
ODBC
Supported programming languages.Net
C
C++
Delphi
Java
Perl
PHP
Python
Tcl
Java.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C
C++
Delphi
Erlang
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.Java Stored Procedures and User-Defined FunctionsYes, possible languages: KQL, Python, Ruser defined functionsuser defined functions
Triggersyesyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesno infosimilar concept for controling cloud resources
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning infoby hash, list or rangenoneSharding infoImplicit feature of the cloud servicehorizontal partitioningyes
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationWith clustering: 2 database servers on different computers operate on identical copies of a databaseyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyesnoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoACID infoMVCCACID
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnonono
User concepts infoAccess controlfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardAzure Active Directory Authenticationfine grained access rights according to SQL-standardUsers with fine-grained authorization concept, user roles and pluggable authentication

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
EDB PostgresH2Microsoft Azure Data ExplorerPostgres-XLSnowflake
DB-Engines blog posts

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

EDB unveils EDB Postgres AI
23 May 2024, InfoWorld

EDB Puts Postgres in the Middle of Analytics Workflow with New Lakehouse Stack
22 April 2024, Datanami

EDB Announces EDB Postgres® AI, an Intelligent Platform for Transactional, Analytical and AI Workloads
23 May 2024, GlobeNewswire

Nutanix partners with EDB to fit database service for AI – Blocks and Files
21 May 2024, Blocks & Files

EDB Is Developing Its Flagship Database Into A Comprehensive Platform For Analytics, AI
27 February 2024, CRN

provided by Google News

Update records in a Kusto Database (public preview) | Azure updates
20 February 2024, Microsoft

Public Preview: Azure Data Explorer connector for Apache Flink | Azure updates
8 January 2024, Microsoft

New Features for graph-match KQL Operator: Enhanced Pattern Matching and Cycle Control | Azure updates
24 January 2024, Microsoft

Public Preview: Azure Data Explorer Add-On for Splunk | Azure updates
3 October 2023, Microsoft

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, Microsoft

provided by Google News

Massive Ticketmaster, Santander data breaches linked to Snowflake cloud storage
31 May 2024, The Verge

Mysterious corporate breaches could link to Snowflake accounts
5 June 2024, Axios

Hudson Rock yanks report fingering Snowflake employee creds snafu for mega-leak
4 June 2024, The Register

Cloud company Snowflake denies that reported breach originated with its products
31 May 2024, The Record from Recorded Future News

Snowflake data breach claims spark war of words over culpability
3 June 2024, ITPro

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

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.

Present your product here