DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Google Cloud Bigtable vs. Google Cloud Firestore vs. Ignite vs. Microsoft Azure Data Explorer vs. Sadas Engine

System Properties Comparison Google Cloud Bigtable vs. Google Cloud Firestore vs. Ignite vs. Microsoft Azure Data Explorer vs. Sadas Engine

Editorial information provided by DB-Engines
NameGoogle Cloud Bigtable  Xexclude from comparisonGoogle Cloud Firestore  Xexclude from comparisonIgnite  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSadas Engine  Xexclude from comparison
DescriptionGoogle's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.Cloud Firestore is an auto-scaling document database for storing, syncing, and querying data for mobile and web apps. It offers seamless integration with other Firebase and Google Cloud Platform products.Apache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.Fully managed big data interactive analytics platformSADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environments
Primary database modelKey-value store
Wide column store
Document storeKey-value store
Relational DBMS
Relational DBMS infocolumn orientedRelational 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.26
Rank#92  Overall
#13  Key-value stores
#8  Wide column stores
Score7.85
Rank#51  Overall
#8  Document stores
Score3.16
Rank#96  Overall
#15  Key-value stores
#49  Relational DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score0.00
Rank#383  Overall
#158  Relational DBMS
Websitecloud.google.com/­bigtablefirebase.google.com/­products/­firestoreignite.apache.orgazure.microsoft.com/­services/­data-explorerwww.sadasengine.com
Technical documentationcloud.google.com/­bigtable/­docsfirebase.google.com/­docs/­firestoreapacheignite.readme.io/­docsdocs.microsoft.com/­en-us/­azure/­data-explorerwww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentation
DeveloperGoogleGoogleApache Software FoundationMicrosoftSADAS s.r.l.
Initial release20152017201520192006
Current releaseApache Ignite 2.6cloud service with continuous releases8.0
License infoCommercial or Open SourcecommercialcommercialOpen Source infoApache 2.0commercialcommercial infofree trial version available
Cloud-based only infoOnly available as a cloud serviceyesyesnoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++, Java, .NetC++
Server operating systemshostedhostedLinux
OS X
Solaris
Windows
hostedAIX
Linux
Windows
Data schemeschema-freeschema-freeyesFixed schema with schema-less datatypes (dynamic)yes
Typing infopredefined data types such as float or datenoyesyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyes
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.nonoyesyesno
Secondary indexesnoyesyesall fields are automatically indexedyes
SQL infoSupport of SQLnonoANSI-99 for query and DML statements, subset of DDLKusto Query Language (KQL), SQL subsetyes
APIs and other access methodsgRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
Android
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
JDBC
ODBC
Proprietary protocol
Supported programming languagesC#
C++
Go
Java
JavaScript (Node.js)
Python
Go
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
C#
C++
Java
PHP
Python
Ruby
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C
C#
C++
Groovy
Java
PHP
Python
Server-side scripts infoStored proceduresnoyes, Firebase Rules & Cloud Functionsyes (compute grid and cache interceptors can be used instead)Yes, possible languages: KQL, Python, Rno
Triggersnoyes, with Cloud Functionsyes (cache interceptors and events)yes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyno
Partitioning methods infoMethods for storing different data on different nodesShardingShardingShardingSharding infoImplicit feature of the cloud servicehorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesInternal replication in Colossus, and regional replication between two clusters in different zonesMulti-source replicationyes (replicated cache)yes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.none
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesUsing Cloud Dataflowyes (compute grid and hadoop accelerator)Spark connector (open source): github.com/­Azure/­azure-kusto-sparkno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Immediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-row operationsyesACIDno
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.noyesnoyes infomanaged by 'Learn by Usage'
User concepts infoAccess controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Access rights for users, groups and roles based on Google Cloud Identity and Access Management. Security Rules for 3rd party authentication using Firebase Auth.Security Hooks for custom implementationsAzure Active Directory AuthenticationAccess 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

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

More resources
Google Cloud BigtableGoogle Cloud FirestoreIgniteMicrosoft Azure Data ExplorerSadas Engine
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

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

What is Google Bigtable? | Definition from TechTarget
1 March 2022, TechTarget

Google announces Axion, its first Arm-based CPU for data centers
9 April 2024, Yahoo Movies Canada

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31 January 2022, InfoQ.com

Review: Google Bigtable scales with ease
7 September 2016, InfoWorld

provided by Google News

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

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google’s Firebase gets AI extensions, opens up its marketplace
10 May 2023, TechCrunch

Google's Cloud Firestore is now generally available
31 January 2019, ZDNet

Firestore and Python | NoSQL on Google Cloud
7 August 2020, Towards Data Science

provided by Google News

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

GridGain Showcases Power of Apache Ignite at Community Over Code Conference
5 October 2023, Datanami

Apache Ignite: An Overview
6 September 2023, Open Source For You

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

ArcGIS and Apache Log4j Vulnerabilities
22 May 2023, Esri

provided by Google News

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, azure.microsoft.com

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

General availability: New KQL function to enrich your data analysis with geographic context | Azure updates
6 June 2023, azure.microsoft.com

Public Preview: Azure Cosmos DB to Azure Data Explorer Synapse Link | Azure updates
9 January 2023, azure.microsoft.com

Azure Data Explorer and Stream Analytics for anomaly detection
16 January 2020, azure.microsoft.com

provided by Google News

L'azienda italiana Advanced System colpita dal ransomware. Lo avverte l'azienda con un comunicato stampa
29 December 2022, Red Hot Cyber

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

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.

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here