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

DBMS > CrateDB vs. EDB Postgres vs. Elasticsearch vs. Percona Server for MySQL vs. SAP SQL Anywhere

System Properties Comparison CrateDB vs. EDB Postgres vs. Elasticsearch vs. Percona Server for MySQL vs. SAP SQL Anywhere

Editorial information provided by DB-Engines
NameCrateDB  Xexclude from comparisonEDB Postgres  Xexclude from comparisonElasticsearch  Xexclude from comparisonPercona Server for MySQL  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparison
DescriptionDistributed Database based on LuceneThe 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.A distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricEnhanced drop-in replacement for MySQL based on XtraDB or TokuDB storage engines with improved performance and additional diagnostic and management features.RDBMS database and synchronization technologies for server, desktop, remote office, and mobile environments
Primary database modelDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Relational DBMSSearch engineRelational DBMSRelational DBMS
Secondary database modelsRelational DBMSDocument store
Spatial DBMS
Document store
Spatial DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.73
Rank#229  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score2.18
Rank#122  Overall
#59  Relational DBMS
Score134.78
Rank#7  Overall
#1  Search engines
Score2.21
Rank#121  Overall
#58  Relational DBMS
Score4.57
Rank#78  Overall
#43  Relational DBMS
Websitecratedb.comwww.enterprisedb.comwww.elastic.co/­elasticsearchwww.percona.com/­software/­mysql-database/­percona-serverwww.sap.com/­products/­technology-platform/­sql-anywhere.html
Technical documentationcratedb.com/­docswww.enterprisedb.com/­docswww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmlwww.percona.com/­downloads/­Percona-Server-LATESThelp.sap.com/­docs/­SAP_SQL_Anywhere
DeveloperCrateEnterpriseDBElasticPerconaSAP infoformerly Sybase
Initial release20132005201020081992
Current release14, December 20218.6, January 20238.0.36-28, 202417, July 2015
License infoCommercial or Open SourceOpen Sourcecommercial infoBSD for PostgreSQL-componentsOpen Source infoElastic LicenseOpen Source infoGPL version 2commercial
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.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
Implementation languageJavaCJavaC and C++
Server operating systemsAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinux
Windows
All OS with a Java VMLinuxAIX
HP-UX
Linux
OS X
Solaris
Windows
Data schemeFlexible Schema (defined schema, partial schema, schema free)yesschema-free infoFlexible type definitions. Once a type is defined, it is persistentyesyes
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.noyesyes
Secondary indexesyesyesyes infoAll search fields are automatically indexedyesyes
SQL infoSupport of SQLyes, but no triggers and constraints, and PostgreSQL compatibilityyes infostandard with numerous extensionsSQL-like query languageyesyes
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
Java API
RESTful HTTP/JSON API
ADO.NET
JDBC
ODBC
ADO.NET
HTTP API
JDBC
ODBC
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
Perl
PHP
Python
Tcl
.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
Ada
C
C#
C++
D
Eiffel
Erlang
Haskell
Java
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
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.yesyesyes, in C/C++, Java, .Net or Perl
Triggersnoyesyes infoby using the 'percolation' featureyesyes
Partitioning methods infoMethods for storing different data on different nodesShardinghorizontal partitioning infoby hash, list or rangeShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesConfigurable replication on table/partition-levelMulti-source replicationyesMulti-source replication
Source-replica replication
XtraDB Cluster
Source-replica replication infoDatabase mirroring
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoES-Hadoop Connectornono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesnoyesyes
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 strategyACIDnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes, 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.nonoMemcached and Redis integrationyesyes
User concepts infoAccess controlrights management via user accountsfine 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
CrateDBEDB PostgresElasticsearchPercona Server for MySQLSAP SQL Anywhere infoformerly called Adaptive Server Anywhere
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsSee CrateDB pricing >
» 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

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

More resources
CrateDBEDB PostgresElasticsearchPercona Server for MySQLSAP SQL Anywhere infoformerly called Adaptive Server Anywhere
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

Recent citations in the news

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, PR Newswire

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

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

provided by Google News

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

EnterpriseDB Bullish on Postgres' 2024 Potential
11 January 2024, Datanami

EDB Introduces Advanced Tools and Extensions in Postgres 16 Portfolio Release
9 November 2023, GlobeNewswire

Key new features and innovations in EDB Postgres 16
1 December 2023, InfoWorld

EDB Introduces Two New Ways to Get Postgres in AWS Marketplace
28 November 2023, Yahoo Finance

provided by Google News

Introducing Elasticsearch Vector Database to Azure OpenAI Service On Your Data (Preview)
26 March 2024, GovTech

Elasticsearch Open Inference API Supports Cohere Rerank 3
11 April 2024, Business Wire

ElasticSearch Goes Deep on OpenTelemetry with eBPF Donation
13 March 2024, The New Stack

12K Misconfigured Elasticsearch Buckets Ravaged by Extortionists
29 November 2023, Dark Reading

AWS Marketplace: Elastic Cloud (Elasticsearch Service) Comments
18 March 2024, AWS Blog

provided by Google News

Sizing Up Servers: Intel's Skylake-SP Xeon versus AMD's EPYC 7000 - The Server CPU Battle of the Decade?
11 July 2017, AnandTech

How to deploy the Percona database performance monitor with Docker
24 February 2023, TechRepublic

ScaleFlux computational storage makes Percona MySQL faster – Blocks and Files
5 August 2020, Blocks and Files

Percona launches management system aimed at open-source databases
17 May 2022, The Register

Supercharge your Amazon RDS for MySQL deployment with ProxySQL and Percona Monitoring and Management ...
12 October 2018, AWS Blog

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

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

provided by Google News



Share this page

Featured Products

Milvus logo

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

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.

SingleStore logo

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

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

Neo4j logo

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

Present your product here