it is sometimes common to use tiers to have a faster ‘hot’ tier with smaller segment caches and only load a limited set of data that is more commonly queried and then a denser tier that loads everything as a failover/less commonly queried stuff, but that pattern doesn’t work for all use cases, more typically when you have some recent data like last week or last month that is more frequently queried and then the slower tier also holds the much older data