Hi team :slightly_smiling_face:. We have a use-cas...
# general
p
Hi team 🙂. We have a use-case where we’d like to coalesce small segments to larger ones. However, it’s a realtime table and we use RT2OFF to move segments to offline servers periodically. Is it possible to use the minion merge rollup task to merge the segments residing on OFFLINE servers (although the docs explicitly mention that it only supports OFFLINE tables)? Thanks 🙂
m
Yeh - you can use RT2OFF to move segments to offline and then Merge Rollup to rollup the offline segments. An example showing how to do the merge roll up here - https://dev.startree.ai/docs/pinot/recipes/merge-small-segments Example of RT2OFF here - https://dev.startree.ai/docs/pinot/recipes/real-time-offline-job-automatic-scheduling
p
Thanks @User