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 BigQuery vs. JaguarDB vs. Microsoft Azure Table Storage vs. Redis vs. YugabyteDB

System Properties Comparison Google BigQuery vs. JaguarDB vs. Microsoft Azure Table Storage vs. Redis vs. YugabyteDB

Editorial information provided by DB-Engines
NameGoogle BigQuery  Xexclude from comparisonJaguarDB  Xexclude from comparisonMicrosoft Azure Table Storage  Xexclude from comparisonRedis  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionLarge scale data warehouse service with append-only tablesPerformant, highly scalable DBMS for AI and IoT applicationsA Wide Column Store for rapid development using massive semi-structured datasetsPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.High-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelRelational DBMSKey-value store
Vector DBMS
Wide column storeKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMS
Secondary database modelsDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
Document store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score62.67
Rank#19  Overall
#13  Relational DBMS
Score0.06
Rank#372  Overall
#55  Key-value stores
#14  Vector DBMS
Score5.35
Rank#71  Overall
#6  Wide column stores
Score157.00
Rank#6  Overall
#1  Key-value stores
Score3.21
Rank#103  Overall
#53  Relational DBMS
Websitecloud.google.com/­bigquerywww.jaguardb.comazure.microsoft.com/­en-us/­services/­storage/­tablesredis.com
redis.io
www.yugabyte.com
Technical documentationcloud.google.com/­bigquery/­docswww.jaguardb.com/­support.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
docs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperGoogleDataJaguar, Inc.MicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Yugabyte Inc.
Initial release20102015201220092017
Current release3.3 July 20237.2.4, January 20242.19, September 2023
License infoCommercial or Open SourcecommercialOpen Source infoGPL V3.0commercialOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoApache 2.0
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.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageC++ infothe server part. Clients available in other languagesCC and C++
Server operating systemshostedLinuxhostedBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linux
OS X
Data schemeyesyesschema-freeschema-freedepending on used data model
Typing infopredefined data types such as float or dateyesyesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes
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.nonononono
Secondary indexesnoyesnoyes infowith RediSearch moduleyes
SQL infoSupport of SQLyesA subset of ANSI SQL is implemented infobut no views, foreign keys, triggersnowith RediSQL moduleyes, PostgreSQL compatible
APIs and other access methodsRESTful HTTP/JSON APIJDBC
ODBC
RESTful HTTP APIproprietary protocol infoRESP - REdis Serialization ProtocolJDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languages.Net
Java
JavaScript
Objective-C
PHP
Python
Ruby
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresuser defined functions infoin JavaScriptnonoLua; Redis Functions coming in Redis 7 (slides and Github)yes infosql, plpgsql, C
Triggersnononopublish/subscribe channels provide some trigger functionality; RedisGearsyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingSharding infoImplicit feature of the cloud serviceSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationyes infoimplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononothrough RedisGearsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Strong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoSince BigQuery is designed for querying datanooptimistic lockingAtomic execution of command blocks and scripts and optimistic lockingDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyesyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nononoyesno
User concepts infoAccess controlAccess privileges (owner, writer, reader) on dataset, table or view level infoGoogle Cloud Identity & Access Management (IAM)rights management via user accountsAccess rights based on private key authentication or shared access signaturesAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
yes
More information provided by the system vendor
Google BigQueryJaguarDBMicrosoft Azure Table StorageRedisYugabyteDB
Specific characteristicsYugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesPostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosSystems of record and engagement for cloud native applications that require resilience,...
» more
Market metrics2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsApache 2.0 license for the database
» 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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

Redisson PRO: The ultra-fast Redis Java Client.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

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

More resources
Google BigQueryJaguarDBMicrosoft Azure Table StorageRedisYugabyteDB
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

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

show all

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

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

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Winning the 2020 Google Cloud Technology Partner of the Year – Infrastructure Modernization Award
20 July 2021, CIO

Google Cloud partners Coinbase to accept crypto payments
11 October 2022, Ledger Insights

Google’s Logica language addresses SQL’s flaws
15 April 2021, InfoWorld

Hightouch Announces $38M in Funding and Launches New Customer 360 Toolkit
20 July 2023, Datanami

Google Cloud Platform breaks through with big enterprises, signs up Disney and others
23 March 2016, ZDNet

provided by Google News

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

Inside Azure File Storage
7 October 2015, Microsoft

Testing Precompiled Azure Functions Locally with Storage Emulator
8 March 2018, Visual Studio Magazine

How to write data to Azure Table Store with an Azure Function
14 April 2017, Experts Exchange

provided by Google News

Redis moves to source-available licenses
25 March 2024, InfoWorld

Redis expands data management capabilities with Speedb acquisition – Blocks and Files
22 March 2024, Blocks & Files

Redis Switches to SSPLv1: Restrictive License Sparks Fork by Former Maintainers
28 March 2024, InfoQ.com

Redis acquires storage engine startup Speedb to enhance its open-source database
21 March 2024, SiliconANGLE News

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21 March 2024, TechCrunch

provided by Google News

The surprising link between Formula One and enterprise PostgreSQL optimisation
28 March 2024, The Stack

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14 March 2024, Business Wire

Scout24 Selects YugabyteDB to Upscale Global Hospitality Management System with Global Distribution and High ...
6 February 2024, Yahoo Finance

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
24 May 2023, InfoWorld

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Neo4j logo

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

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.

Present your product here