Hi, not sure if this asked before, is there a way ...
# general
v
Hi, not sure if this asked before, is there a way for pinot to aggregate into 15min / hourly into a new table, and remove the data from raw table, and if there's also late data from raw, can that be easily added back into the aggregated table? We wanted to reduce the storage required, and we wouldn't need them for long (we can keep it for 30 / 90 days)
k
I dont there is something out of the box. But there is a minion task that does this on the same table. Changing it to upload the segment after rollup to another table should be straight forward. @Neha Pawar ^^
v
Thanks, appreciate if I can get info on how to use the Minion, it's "Coming soon" on the official documentation.