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

DBMS > CrateDB vs. Elasticsearch vs. Microsoft Access vs. Microsoft SQL Server vs. openGauss

System Properties Comparison CrateDB vs. Elasticsearch vs. Microsoft Access vs. Microsoft SQL Server vs. openGauss

Editorial information provided by DB-Engines
NameCrateDB  Xexclude from comparisonElasticsearch  Xexclude from comparisonMicrosoft Access  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonopenGauss  Xexclude from comparison
DescriptionDistributed Database based on LuceneA 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 metricMicrosoft Access combines a backend RDBMS (JET / ACE Engine) with a GUI frontend for data manipulation and queries. infoThe Access frontend is often used for accessing other datasources (DBMS, Excel, etc.)Microsofts flagship relational DBMSAn enterprise-class RDBMS compatible with high-performance, high-availability and high-performance originally developed by Huawei
Primary database modelDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Search engineRelational DBMSRelational DBMSRelational DBMS
Secondary database modelsRelational DBMSDocument store
Spatial DBMS
Vector DBMS
Document store
Graph DBMS
Spatial DBMS
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.69
Rank#226  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#11  Vector DBMS
Score128.79
Rank#8  Overall
#1  Search engines
Score93.76
Rank#12  Overall
#8  Relational DBMS
Score807.76
Rank#3  Overall
#3  Relational DBMS
Score1.11
Rank#175  Overall
#79  Relational DBMS
Websitecratedb.comwww.elastic.co/­elasticsearchwww.microsoft.com/­en-us/­microsoft-365/­accesswww.microsoft.com/­en-us/­sql-servergitee.com/­opengauss
opengauss.org
Technical documentationcratedb.com/­docswww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmldeveloper.microsoft.com/­en-us/­accesslearn.microsoft.com/­en-US/­sql/­sql-serverdocs.opengauss.org/­en
gitee.com/­opengauss/­docs
DeveloperCrateElasticMicrosoftMicrosoftHuawei and openGauss community
Initial release20132010199219892019
Current release5.8.1, August 20248.6, January 20231902 (16.0.11328.20222), March 2019SQL Server 2022, November 20223.0, March 2022
License infoCommercial or Open SourceOpen SourceOpen Source infoElastic Licensecommercial infoBundled with Microsoft Officecommercial inforestricted free version is availableOpen Source
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.
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.
Implementation languageJavaJavaC++C++C, C++, Java
Server operating systemsAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportAll OS with a Java VMWindows infoNot a real database server, but making use of DLLsLinux
Windows
Linux
Data schemeFlexible Schema (defined schema, partial schema, schema free)schema-free infoFlexible type definitions. Once a type is defined, it is persistentyesyesyes
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.nonoyesno
Secondary indexesyesyes infoAll search fields are automatically indexedyesyesyes
SQL infoSupport of SQLyes, but no triggers and constraints, and PostgreSQL compatibilitySQL-like query languageyes infobut not compliant to any SQL standardyesANSI SQL 2011
APIs and other access methodsADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
Java API
RESTful HTTP/JSON API
ADO.NET
DAO
ODBC
OLE DB
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
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
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
C
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
C
C++
Java
Server-side scripts infoStored proceduresuser defined functions (Javascript)yesyes infosince Access 2010 using the ACE-engineTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Javayes
Triggersnoyes infoby using the 'percolation' featureyes infosince Access 2010 using the ACE-engineyesyes
Partitioning methods infoMethods for storing different data on different nodesShardingShardingnonetables can be distributed across several files (horizontal partitioning); sharding through federationhorizontal partitioning (by range, list and hash)
Replication methods infoMethods for redundantly storing data on multiple nodesConfigurable replication on table/partition-levelyesnoneyes, but depending on the SQL-Server EditionSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoES-Hadoop Connectornonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Read-after-write consistency on record level
Eventual 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 integritynonoyesyesyes
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 strategynoACID infobut no files for transaction loggingACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infobut no files for transaction loggingyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noMemcached and Redis integrationyesno
User concepts infoAccess controlrights management via user accountsno infoa simple user-level security was built in till version Access 2003fine grained access rights according to SQL-standardAccess rights for users, groups and roles 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 partiesNavicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» more

Navicat for SQL Server gives you a fully graphical approach to database management and development.
» more

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

More resources
CrateDBElasticsearchMicrosoft AccessMicrosoft SQL ServeropenGauss
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

MS Access drops in DB-Engines Ranking
2 May 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3 December 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

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

Conferences, events and webinars

PASS Data Community Summit
Seattle, Washington, 4-8 November 2024

Recent citations in the news

CrateDB Appoints Jeff Olson as New CRO
9 July 2024, PR Newswire

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

Taleo Consulting and CrateDB Announce Strategic Partnership to Transform Data Management and Analytics in Financial Services markets
29 July 2024, PR Newswire

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

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

provided by Google News

AWS hands OpenSearch to Linux Foundation – is this why Elasticsearch was made open source again?
16 September 2024, DevClass

Elastic Announces Open Source License for Elasticsearch and Kibana Source Code
29 August 2024, businesswire.com

The Elasticsearch cloud now subject to open-source licence
3 September 2024, TechHQ

Netflix Uses Elasticsearch Percolate Queries to Implement Reverse Searches Efficiently
29 April 2024, InfoQ.com

Misconfigured Elasticsearch database exposes 762K Chinese car owners | SC Media
6 September 2024, SC Media

provided by Google News

I live with MS: Access to affordable healthcare is my lifeline | Opinion
14 August 2024, Miami Herald

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks
9 November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11 November 2023, CybersecurityNews

After installing Navisworks, Office 2016 (32-bit) applications stopped launching
8 October 2023, Autodesk Redshift

Access Migration to Power Apps and Dataverse is released to General Availability
11 May 2022, Microsoft

provided by Google News

Threat Actors Target Contractor Software
18 September 2024, Dark Reading

Getting started with delivering generative AI capabilities in SQL Server and Azure SQL
26 June 2024, Microsoft

Make SQL Server end of support the start of your AWS cloud journey
12 June 2024, AWS Blog

U.S. CISA adds Microsoft Windows, Apache HugeGraph-Server, Oracle JDeveloper, Oracle WebLogic Server, and M...
19 September 2024, Security Affairs

SQL Server vNext: When and What Is Coming
15 May 2024, redmondmag.com

provided by Google News

openGauss Open Source Community Officially Launch
1 July 2020, Huawei

Engineering Students from Thammasat Win 2 'Huawei ICT' Awards to Represent Thailand in Asia-Pacific Competition.
12 January 2024, tu.ac.th

Huawei releases six products to supercharge the cloud
29 April 2021, Myrepublica

Ethiopian Students Finish third in Global ICT Competition
29 May 2023, Ethiopian Monitor

Diversified Computing: Open Innovation for Shared Success
30 September 2020, Huawei

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.

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.

RaimaDB logo

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

Present your product here