Book description
Build, maintain, and run databases that are easy to scale and quick to query—all with ScyllaDB.ScyllaDB in Action is your guide to everything you need to know about ScyllaDB, from your very first queries to running it in a production environment. It starts you with the basics of creating, reading, and deleting data and expands your knowledge from there. You’ll soon have mastered everything you need to build, maintain, and run an effective and efficient database.
Inside ScyllaDB in Action you’ll learn how to:
- Read, write, and delete data in ScyllaDB
- Design database schemas for ScyllaDB
- Write performant queries against ScyllaDB
- Connect and query a ScyllaDB cluster from an application
- Configure, monitor, and operate ScyllaDB in production
This book teaches you ScyllaDB the best way—through hands-on examples. Dive into the node-based architecture of ScyllaDB to understand how its distributed systems work, how you can troubleshoot problems, and how you can constantly improve performance.
About the Technology
ScyllaDB is a versatile NoSQL database that can move large volumes of data fast. Very, very, very fast. This drop-in replacement for Cassandra takes full advantage of modern multi-core hardware and scales to handle large real-time data workloads with incredibly low latency. It features built-in monitoring and management tools, and its efficient use of computing resources can save a lot of money on high-volume applications.
About the Book
ScyllaDB in Action demonstrates how to integrate ScyllaDB into data-intensive applications. You’ll work through a hands-on project step by step as you use ScyllaDB to store data and learn to configure, monitor, and safely operate a distributed database. Along the way, you’ll discover how ScyllaDB’s unique “shard per core” approach helps you deliver impressive performance in real-time systems.
What's Inside
- Design schemas for ScyllaDB
- Write performant queries
- Get an instant speed boost over Cassandra
About the Reader
For backend and infrastructure engineers who know the basics of SQL.
About the Author
Bo Ingram is a staff software engineer at Discord working in database infrastructure. He has extensive experience working with ScyllaDB as an operator and developer.
The technical editor on this book was Piotr Wiktor Sarna.
Quotes
If you plan to run ScyllaDB at scale, read this book before going to production! Bo Ingram captures years of high scalability practices in a friendly and fun package.
- Dor Laor, Co-Founder and CEO, ScyllaDB
Working with a distributed database without a proper understanding of how it works is insane. This all-in-one guide to ScyllaDB is the path to avoiding insanity.
- Avi Kivity, Co-Founder and CTO, ScyllaDB
Bo combines deep tech knowledge with hard-won insights from the trenches, keeping it engaging with his signature humor. This book will save you a ton of headaches.
- Sahn Lam, Coauthor of System Design Interview Series
Table of contents
- copyright
- dedication
- contents
- preface
- acknowledgments
- about this book
- about the author
- about the cover illustration
- Part 1 Getting started
-
1 Introducing ScyllaDB
- 1.1 ScyllaDB, a different database
-
1.2 ScyllaDB, a distributed database
- 1.2.1 Distributing data
- 1.2.2 ScyllaDB vs. relational databases
- 1.2.3 ScyllaDB vs. Cassandra
- 1.2.4 ScyllaDB vs. Amazon Aurora, Amazon DynamoDB, Google Cloud Spanner, and Google AlloyDB
- 1.2.5 ScyllaDB vs. document stores
- 1.2.6 ScyllaDB vs. distributed relational databases
- 1.2.7 When to prefer other databases
- 1.3 ScyllaDB, a practical database
- Summary
- 2 Touring ScyllaDB
- Part 2 Query-first design
- 3 Data modeling in ScyllaDB
- 4 Data types in ScyllaDB
- 5 Tables in ScyllaDB
- Part 3 Querying the database
- 6 Writing data to ScyllaDB
- 7 Reading data from ScyllaDB
- Part 4 Operating the database
- 8 ScyllaDB’s architecture
- 9 Running ScyllaDB in production
- 10 Application development with ScyllaDB
- 11 Monitoring ScyllaDB
- 12 Moving data in bulk with ScyllaDB
- appendix Docker
- index
Product information
- Title: ScyllaDB in Action
- Author(s):
- Release date: October 2024
- Publisher(s): Manning Publications
- ISBN: 9781633437265
You might also like
book
DuckDB in Action
Dive into DuckDB and start processing gigabytes of data with ease—all with no data warehouse. DuckDB …
book
React in Depth
A guide to the advanced React skills used by the very best React developers. React in …
book
React Cookbook
React helps you create and work on an app in just a few minutes. But learning …
book
Idiomatic Rust
Tips, tricks, design patterns, and secret features of Rust that will help you build stable and …