Part 2 Query-first design

 

The key to a well-performing database in ScyllaDB is a well-designed schema. In part 2, you’ll learn how to develop a database schema for ScyllaDB by following a practice called query-first design. In chapter 3, you’ll determine what queries fulfill the requirements for a sample application and what tables are being queried. In chapter 4, you’ll learn about ScyllaDB’s supported data types and use them to fill out the fields in each of your tables. Chapter 5 brings your design together: you’ll make some performance tweaks and translate the design into tables in your cluster.