DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Amazon CloudSearch vs. Ingres vs. Microsoft Azure Data Explorer vs. Oracle vs. YDB

System Properties Comparison Amazon CloudSearch vs. Ingres vs. Microsoft Azure Data Explorer vs. Oracle vs. YDB

Editorial information provided by DB-Engines
NameAmazon CloudSearch  Xexclude from comparisonIngres  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonOracle  Xexclude from comparisonYDB  Xexclude from comparison
DescriptionA hosted search engine service by Amazon with the data stored in Amazons cloudWell established RDBMSFully managed big data interactive analytics platformWidely used RDBMSA distributed fault-tolerant database service, with high availability, scalability, immediate consistency and ACID transactions and providing an Amazon DynamoDB compatible API
Primary database modelSearch engineRelational DBMSRelational DBMS infocolumn orientedRelational DBMSDocument store
Relational DBMS
Secondary database modelsDocument 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
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.85
Rank#137  Overall
#12  Search engines
Score4.11
Rank#81  Overall
#44  Relational DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score1236.29
Rank#1  Overall
#1  Relational DBMS
Score0.35
Rank#278  Overall
#43  Document stores
#127  Relational DBMS
Websiteaws.amazon.com/­cloudsearchwww.actian.com/­databases/­ingresazure.microsoft.com/­services/­data-explorerwww.oracle.com/­databasegithub.com/­ydb-platform/­ydb
ydb.tech
Technical documentationdocs.aws.amazon.com/­cloudsearchdocs.actian.com/­ingresdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.oracle.com/­en/­databaseydb.tech/­en/­docs
DeveloperAmazonActian CorporationMicrosoftOracleYandex
Initial release20121974 infooriginally developed at University Berkely in early 1970s201919802019
Current release11.2, May 2022cloud service with continuous releases23c, September 2023
License infoCommercial or Open Sourcecommercialcommercialcommercialcommercial inforestricted free version is availableOpen Source infoApache 2.0; commercial license available
Cloud-based only infoOnly available as a cloud serviceyesnoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageCC and C++
Server operating systemshostedAIX
HP Open VMS
HP-UX
Linux
Solaris
Windows
hostedAIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
Linux
Data schemeyesyesFixed schema with schema-less datatypes (dynamic)yes infoSchemaless in JSON and XML columnsFlexible Schema (defined schema, partial schema, schema free)
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.no infobut tools for importing/exporting data from/to XML-files availableyesyesno
Secondary indexesyes infoall search fields are automatically indexedyesall fields are automatically indexedyesyes
SQL infoSupport of SQLnoyesKusto Query Language (KQL), SQL subsetyes infowith proprietary extensionsSQL-like query language (YQL)
APIs and other access methodsHTTP API.NET Client API
JDBC
ODBC
proprietary protocol (OpenAPI)
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
RESTful HTTP API (DynamoDB compatible)
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
Go
Java
JavaScript (Node.js)
PHP
Python
Server-side scripts infoStored proceduresnoyesYes, possible languages: KQL, Python, RPL/SQL infoalso stored procedures in Java possibleno
Triggersnoyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes
Partitioning methods infoMethods for storing different data on different nodesyes infoautomatic partitioning across Amazon Search Instance as requiredhorizontal partitioning infoIngres Star to access multiple databases simultaneouslySharding infoImplicit feature of the cloud serviceSharding, horizontal partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infomanaged transparently by AWSIngres Replicatoryes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication
Source-replica replication
Active-passive shard replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkno infocan be realized in PL/SQLno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoACID infoisolation level can be parameterizedACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoMVCCyesyesyes
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.nonoyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'no
User concepts infoAccess controlauthentication via encrypted signaturesfine grained access rights according to SQL-standardAzure Active Directory Authenticationfine grained access rights according to SQL-standardAccess rights defined for Yandex Cloud users

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 partiesDevart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more

Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

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

More resources
Amazon CloudSearchIngresMicrosoft Azure Data ExplorerOracleYDB
DB-Engines blog posts

Amazon - the rising star in the DBMS market
3 August 2015, Matthias Gelbmann

The DB-Engines ranking includes now search engines
4 February 2013, 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

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

Amazon CloudSearch – Start Searching in One Hour for Less Than $100 / Month | Amazon Web Services
12 April 2012, AWS Blog

Is Amazon CloudSearch superior to do-it-yourself search tools?
24 January 2014, TechTarget

Amazon CloudSearch – Even Better Searching for Less Than $100/Month | Amazon Web Services
24 March 2014, AWS Blog

Amazon Takes On Google And Microsoft With CloudSearch
16 April 2012, Forbes

Searching CloudTrail Logs Easily with Amazon CloudSearch | AWS Startups Blog
21 October 2014, AWS Blog

provided by Google News

New startup from Postgres creator puts the database at heart of software stack
12 March 2024, TechCrunch

Postgres pioneer Michael Stonebraker promises to upend the database once more
26 December 2023, The Register

Actian Launches Ingres as a Fully-Managed Cloud Service
24 September 2021, Integration Developers

PostgreSQL now top developer choice ahead of MySQL, according to massive new survey • DEVCLASS
13 June 2023, DevClass

Dr. Michael Stonebraker: A Short History of Database Systems
1 February 2019, The New Stack

provided by Google News

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

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13 July 2023, Microsoft

Introducing Microsoft Fabric: The data platform for the era of AI | Microsoft Azure Blog
23 May 2023, Microsoft

Azure Data Explorer and Stream Analytics for anomaly detection
16 January 2020, Microsoft

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, Microsoft

provided by Google News

Announcing Oracle Database 23ai : General Availability
2 May 2024, Oracle

Oracle Database 23ai : Where to find information
2 May 2024, Oracle

Blog Theme - Details
2 May 2024, Oracle

Oracle Globally Distributed Database supports RAFT Replication in Oracle Database 23ai
2 May 2024, Oracle

Blog Theme - Details
2 May 2024, Oracle

provided by Google News

Russian Court Sues Yandex CEO For LGBT Propaganda Case
30 April 2024, VOI.ID

Personal Data Protection Service Initiates Probe into Yandex.Go App’s Data Processing
10 August 2023, Civil Georgia

Data leak from Russian delivery app shows dining habits of the secret police
3 April 2022, The Verge

Yandex code leak: Why hack of ‘Russian Google’s’ ranking factors has spooked the SEO industry
1 February 2023, The Indian Express

Yandex Food's Data Gets Leaked, Russian Secret Service Habits Are Revealed, Including Putin's Lover's House
4 April 2022, VOI English

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

Neo4j logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here