DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Getting Started With Distributed SQL

4 years ago dzone.com
Getting Started With Distributed SQL

Summary: This is a summary of an article originally published by the source. Read the full original article here →

In recent years, NoSQL distributed databases have become common, as they are built from the ground up to be distributed.

This Refcard serves as a reference to the key characteristics of distributed SQL databases and provides information on the benefits of these databases, as well as insights into query design and execution.

Distributed SQL databases, by contrast, offer the benefits of scale-out, while also providing consistency and an ANSI-compliant SQL interface.

Distributed SQL databases accomplish this by the use of an architecture that's made up of three layers: SQL API, distributed query execution, and distributed storage.

Distributed SQL architecture is fundamentally designed to efficiently execute any join query with a single sharded table and as many reference tables as you’d like.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com