2 min to complete

To recap, these are the main points we covered:
- ScyllaDB data modeling is query-based, that is we think of the application workflow and the queries early on in the data model process.
- ScyllaDB supports collections and UDTs. Selecting the correct data type is important.
- We want to minimize the number of partitions accessed in a read query. To do that it’s okay to duplicate data.
- Joins are replaced by denormalization.