- Cloud storage tier - Amazon S3, Azure, GCP
- Cold storage tier
- Edge tier
- Fast/Expensive tiers with fancy hardware (E.g. Optane)
This PDP requires implementing PDP-34
- Initially - Simple policy based on size and/or time thresholds [Min-Max]
- Lots of possibilities for future
- Smarter algorithms
- Machine Learning
- Policy driven ( initially very simple)
- Based on Perf/cost or QoS or other considerations
None
- The data is first written to the “near most” hot storage. When enough data accumulates there it is moved to the next specified storage, and then to next.
- Data is deleted from a mount once it is moved to a different mount.
- While moving to colder storage we may also “merge” many small objects into single larger object on that mount.
- Directly read from the storage
- Prefetch data - Analogous to L1, L2, L3 cache
- Data is not copied temporarily to near storages.