Ingram B. ScyllaDB in Action 2024
- Type:
- Other > E-books
- Files:
- 2
- Size:
- 10.89 MiB (11422636 Bytes)
- Uploaded:
- 2024-10-06 10:05 GMT
- By:
- andryold1
- Seeders:
- 29
- Leechers:
- 5
- Info Hash: 72322C0099ECF79A933DD9A0424457E9F803043D
Textbook in PDF format 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. Purchase of the print book includes a free eBook in PDF and EPUB formats from Manning Publications. 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. Table of Contents Part 1 Introducing ScyllaDB Touring ScyllaDB Part 2 Data modeling in ScyllaDB Data types in ScyllaDB Tables in ScyllaDB Part 3 Writing data to ScyllaDB Reading data from ScyllaDB Part 4 ScyllaDB’s architecture Running ScyllaDB in production Application development with ScyllaDB Monitoring ScyllaDB Moving data in bulk with ScyllaDB Appendix Docker