|<
<
10
>
>|
Easy queries (i.e. fast)
Anything that starts with a Customer key:
Find Order by a given Customer on a given date:
Lookup by Customer key, scan Orders for the date.
Find unpaid Invoices for a Customer:
Lookup by Customer key, scan that Customer's Invoices.
|<
<
10
>
>|