Indexing, Caching, and Ownership
Overview
Section titled “Overview”Indexing helps find data quickly.
Caching keeps frequently used data closer to where it is needed.
Ownership defines which part of the system is responsible for the data.
Indexing helps find data quickly.
Caching keeps frequently used data closer to where it is needed.
Ownership defines which part of the system is responsible for the data.