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

DBMS > Firebase Realtime Database vs. Microsoft Azure Data Explorer vs. Microsoft Azure Table Storage vs. OpenSearch vs. Yanza

System Properties Comparison Firebase Realtime Database vs. Microsoft Azure Data Explorer vs. Microsoft Azure Table Storage vs. OpenSearch vs. Yanza

Editorial information provided by DB-Engines
NameFirebase Realtime Database  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonMicrosoft Azure Table Storage  Xexclude from comparisonOpenSearch  Xexclude from comparisonYanza  Xexclude from comparison
Yanza seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionCloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.Fully managed big data interactive analytics platformA Wide Column Store for rapid development using massive semi-structured datasetsA distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneTime Series DBMS for IoT Applications
Primary database modelDocument storeRelational DBMS infocolumn orientedWide column storeSearch engineTime Series 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
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score14.29
Rank#39  Overall
#6  Document stores
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score4.48
Rank#75  Overall
#6  Wide column stores
Score16.36
Rank#37  Overall
#4  Search engines
Websitefirebase.google.com/­products/­realtime-databaseazure.microsoft.com/­services/­data-explorerazure.microsoft.com/­en-us/­services/­storage/­tablesgithub.com/­opensearch-project
opensearch.org
yanza.com
Technical documentationfirebase.google.com/­docs/­databasedocs.microsoft.com/­en-us/­azure/­data-exploreropensearch.org/­docs/­latest
DeveloperGoogle infoacquired by Google 2014MicrosoftMicrosoftAmazon Web ServicesYanza
Initial release20122019201220212015
Current releasecloud service with continuous releases2.5.0, January 2023
License infoCommercial or Open SourcecommercialcommercialcommercialOpen Source infoApache Version 2.0commercial infofree version available
Cloud-based only infoOnly available as a cloud serviceyesyesyesnono infobut mainly used as a service provided by Yanza
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • Aiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
  • STACKIT OpenSearch offers OpenSearch in a managed version in enterprise grade, 100% GDPR-compliant, for a wide range of applications like analytics, website search, offering scalability and fast data access.
Implementation languageJava
Server operating systemshostedhostedhostedAll OS with a Java VMWindows
Data schemeschema-freeFixed schema with schema-less datatypes (dynamic)schema-freeschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-free
Typing infopredefined data types such as float or dateyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesyesno
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.noyesnono
Secondary indexesyesall fields are automatically indexednoyes infoAll search fields are automatically indexedno
SQL infoSupport of SQLnoKusto Query Language (KQL), SQL subsetnoSQL-like query languageno
APIs and other access methodsAndroid
iOS
JavaScript API
RESTful HTTP API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
RESTful HTTP APIJava API
RESTful HTTP/JSON API
HTTP API
Supported programming languagesJava
JavaScript
Objective-C
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
any language that supports HTTP calls
Server-side scripts infoStored procedureslimited functionality with using 'rules'Yes, possible languages: KQL, Python, Rnoyesno
TriggersCallbacks are triggered when data changesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicynoyes infoby using the 'percolation' featureyes infoTimer and event based
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceSharding infoImplicit feature of the cloud serviceShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.yes infoimplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.yesnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Eventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesnooptimistic lockingnono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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.nono
User concepts infoAccess controlyes, based on authentication and database rulesAzure Active Directory AuthenticationAccess rights based on private key authentication or shared access signaturesno
More information provided by the system vendor
Firebase Realtime DatabaseMicrosoft Azure Data ExplorerMicrosoft Azure Table StorageOpenSearchYanza
Specific characteristicsOpenSearch is a highly scalable and extensible open-source software suite for search,...
» more
Competitive advantagesDistributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» more
Typical application scenariosThe OpenSearch platform is used across a broad range of search , analytics, and observability...
» more
Licensing and pricing modelsThe OpenSearch Project offers open source software licensed under Apache License...
» 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
3rd partiesAiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
» more

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

More resources
Firebase Realtime DatabaseMicrosoft Azure Data ExplorerMicrosoft Azure Table StorageOpenSearchYanza
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

show all

Recent citations in the news

Realtime vs Cloud Firestore: Which Firebase Database to go?
8 March 2024, Appinventiv

Atos cybersecurity blog: Misconfigured Firebase: A real-time cyber threat
18 January 2024, Atos

Don't be like these 900+ websites and expose millions of passwords via Firebase
18 March 2024, The Register

Google Firebase may have exposed 125M records from misconfigurations
19 March 2024, SC Media

Google launches Firebase Genkit, a new open source framework for building AI-powered apps
14 May 2024, TechCrunch

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

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

Individually great, collectively unmatched: Announcing updates to 3 great Azure Data Services
7 February 2019, Microsoft

Analytics in Azure is up to 14x faster and costs 94% less than other cloud providers. Why go anywhere else?
7 February 2019, Microsoft

provided by Google News

Working with Azure to Use and Manage Data Lakes
7 March 2024, Simplilearn

Azure Cosmos DB Data Migration tool imports from Azure Table storage | Azure updates
5 May 2015, azure.microsoft.com

How to Use C# Azure.Data.Tables SDK with Azure Cosmos DB
9 July 2021, hackernoon.com

How to use Azure Table storage in .Net
14 January 2019, InfoWorld

Quick Guide to Azure Storage Pricing
16 May 2023, DevOps.com

provided by Google News

Amazon OpenSearch Service now lets you update cluster volume without blue/green
14 February 2024, AWS Blog

Hybrid Search with Amazon OpenSearch Service
19 March 2024, AWS Blog

Amazon OpenSearch H2 2023 in review
15 March 2024, AWS Blog

Amazon OpenSearch Ingestion is now available in 2 additional commercial regions
15 February 2024, AWS Blog

Track Amazon OpenSearch Service configuration changes more easily with new visibility improvements | Amazon Web ...
6 February 2024, AWS Blog

provided by Google News



Share this page

Featured Products

SingleStore logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for 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

Milvus logo

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

Present your product here