Slackbot
03/23/2023, 8:42 PMchurro
03/23/2023, 9:35 PMJRob
03/27/2023, 1:36 PMJRob
03/27/2023, 1:57 PM{
"type" : "loadByPeriod",
"period" : "P3M",
"includeFuture" : true,
"tieredReplicants": {
"hot": 1
}
},
{
"type" : "loadForever",
"tieredReplicants": {
"cold": 1
}
}
Will the hot tier above only load the latest 3 month and drop anything older than that (I noticed drop rules can't apply to specific tiers).... When Druid adds the default loadForever rule to the bottom of the list, is it only for the default tier?JRob
03/27/2023, 2:15 PM_default_tier.JRob
03/31/2023, 12:22 AM