Introduction
Access patterns show how you will get data from your database. Designing with them helps your database work fast and well.
When building a shopping app and you need to quickly find products by category or price.
When creating a social media app where you want to get a user's posts fast.
When making a booking system that needs to find available slots quickly.
When designing a game leaderboard that shows top players instantly.
When you want to avoid slow searches by planning how data will be asked for.