tieredConfigs
key in your table config json.base_OFFLINE
. We have created two tiers of Pinot servers, tagged with tier_a_OFFLINE
and tier_b_OFFLINE
. Segments older than 7 days will move from base_OFFLINE
to tier_a_OFFLINE
, and segments older than 15 days will move to tier_b_OFFLINE
.tierConfigs
- time
, which will pick segments based on segment age. In future, we expect to have strategies like column_value
, etcsegmentSelectorType
is time
. Set a period string, eg. 15d, 24h, 60m. Segments which are older than the age will be moved to the the specific tierpinot_server
, which will use Pinot servers as storage for the tier. In future, we expect to have some deep store modes here storageType
is pinot_server
. Set the tag of the Pinot servers you wish to use for this tier.