SQL vs NoSQL

Most application developers have used SQL, and possibly some NoSQL databases, to build applications. YugabyteDB brings the best of these two databases together into one unified platform to simplify development of scalable cloud services.

Very often, today’s cloud services and applications will start out with just a few requests and a very small amount of data. These can be served by just a few nodes. But if the application becomes popular, they would have to scale out rapidly in order to handle millions of requests and many terabytes of data. YugabyteDB is well suited for these kinds of workloads.

Unifying SQL and NoSQL

Here are a few different criteria where YugabyteDB brings the best of SQL and NoSQL together into a single database platform.

Data characteristics

These can be loosely defined as the high-level concerns when choosing a database to build an application or a cloud service - such as its data model, the API it supports, its consistency semantics and so on. Here is a table that contrasts what YugabyteDB offers with SQL and NoSQL databases in general. Note that there are a number of different NoSQL databases each with their own nuanced behavior, and the table below is not accurate for all NoSQL databases - it is just meant to give an idea.

Database characteristicsSQLNoSQLYugabyteDB
Data modelWell-defined schema (tables, rows, columns)SchemalessBoth
APISQLVariousFully-relational SQL + Semi-relational SQL
ConsistencyStrong consistencyEventual consistencyStrong consistency
TransactionsACID transactionsNo transactionsACID transactions
High Write ThroughputNoSometimesYes
Tunable read latencyNoYesYes

Operational characteristics

Operational characteristics can be defined as the runtime concerns that arise when a database is deployed, run and managed in production. When running a database in production in a cloud-like architecture, there are a number of operational characteristics that become essential. Operationally here are the capabilities of YugabyteDB compared to SQL and NoSQL databases. As before, there are a number of NoSQL databases which are different in their own ways and the table below is meant to give a broad idea.

Operational characteristicsSQLNoSQLYugabyteDB
Automatic shardingNoSometimesYes
Linear scalabilityNoYesYes
Fault toleranceNo - manual setupYes - smart client detects failed nodesYes - smart client detects failed nodes
Data resilienceNoYes - but rebuilds cause high latenciesYes - automatic, efficient data rebuilds
Geo-distributedNo - manual setupSometimesYes
Low latency readsNoYesYes
Predictable p99 read latencyYesNoYes
High data densityNoSometimes - latencies suffer when densities increaseYes - predictable latencies at high data densities
Tunable reads with timeline consistencyNo - manual setupSometimesYes
Read replica supportNo - manual setupNo - no async replicationYes - sync and async replication options

Core features

Applications and cloud services depend on databases for a variety of built-in features. These can include the ability to perform multi-row transactions, JSON or document support, secondary indexes, automatic data expiry with TTLs, and so on.

Here is a table that lists some of the important features that YugabyteDB supports, and which of YugabyteDB’s APIs to use in order to achieve these features. Note that typically, multiple databases are deployed in order to achieve these features.

Database featuresYugabyte SQL APIYugabyte Cloud QL API
Multi-row transactionsYesYes
Consistent secondary indexesYesYes
JSON/document supportYesYes
Secondary IndexesYesYes
Foreign keysYesNo
JOINsYesNo
Automatic data expiry with TTLNoYes - table and column level TTL
Run Apache Spark for AI/MLNoYes

Linear scalability

In order to test the linear scalability of YugabyteDB, we have run some large cluster benchmarks (up to 50 nodes). We were able to scale YugabyteDB to million of reads and writes per second while retaining low latencies. You can read more about our large cluster tests and how we scaled YugabyteDB to millions of IOPS.

Linear scalability at large cluster sizes

High performance

YugabyteDB was built with a performance as a design goal. Performance in a public cloud environment without sacrificing consistency is a serious ask. YugabyteDB has been written in C++ for this very reason. Here is a chart showing how YugabyteDB compares with Apache Cassandra when running a YCSB benchmark. Read more about the YCSB benchmark results and what makes YugabyteDB performant.

The first chart below shows the total ops/second when running YBSB benchmark.

YCSB Benchmark - ops/sec

The second chart below shows the latency for the YCSB run.

YCSB Benchmark - latency

Geo-distributed

This is a screenshot of YugabyteDB EE, which visualized the universe created. Below is a screenshot of a 5-node YugabyteDB universe created for a user identity use-case to power users logging in and changing passwords for a SaaS application. The replication factor of this universe is 5, and it is configured to keep 2 copies of data in us-west, 2 copies of the data in us-east and 1 copy of the data in the Asia-Pacific region.

Geo-distributed

Because of this configuration, this universe can:

  • Allow low read latencies from any region (follower reads from a nearby data center)
  • Allow strongly consistent, global writes
  • Survive the outage of any region

Geo-distributed ops/secGeo-distributed latency

The graphs above, also taken from the EE, show that the average read latencies for apps running the the various cloud regions are just 250 microseconds, while writes are strongly consistent and incur 218 milliseconds.

Multi-cloud ready

It is possible to easily configure YugabyteDB EE to work with multiple public clouds as well as private data centers in just a few minutes.

Geo-distributed