Part 3 Querying the database
Databases exist to read and write data, and in this part of the book, you’ll dive into how reads and writes work in ScyllaDB. Chapter 6 focuses on writes; you’ll learn how inserts, updates, and deletes work under the hood. In chapter 7, you’ll do the same for reads, and study why read queries are the most performance-critical operations in Scylla.