Sukesh Boggavarapu
07/26/2022, 9:46 PMRealtimeToOfflineSegmentsTask
and MergeRollupTask
?Neha Pawar
"bucketTimePeriod": "1h",
"bufferTimePeriod": "2h",
"roundBucketTimePeriod": "1m",
will create segments containing 1 hour of data per segment. It won’t really be an hourly rollup
because the roundBucketTimePeriod
is 1m
. So from the data rows perspective, it will be a minute level rollupNeha Pawar
Neha Pawar
Sukesh Boggavarapu
07/26/2022, 11:29 PM"RealtimeToOfflineSegmentsTask": {
"bucketTimePeriod": "1h",
"bufferTimePeriod": "2h",
"roundBucketTimePeriod": "1h",
"mergeType": "rollup",
"revenue.aggregationType": "sum",
"maxNumRecordsPerSegment": "100000"
}
Sukesh Boggavarapu
07/26/2022, 11:29 PM"MergeRollupTask": {
"1day.mergeType": "rollup",
"1day.bucketTimePeriod": "1d",
"1day.bufferTimePeriod": "1d",
"1day.roundBucketTimePeriod": "1d",
"1day.maxNumRecordsPerSegment": "1000000",
"1day.maxNumRecordsPerTask": "5000000",
"metricColA.aggregationType": "sum",
"metricColB.aggregationType": "max"
}
Sukesh Boggavarapu
07/26/2022, 11:30 PMRealtimeToOfflineSegmentsTask
and daily rollup through MergeRollupTask
. Is that it?Neha Pawar
Sukesh Boggavarapu
07/26/2022, 11:38 PMDaniel
07/27/2022, 5:45 PMNeha Pawar
Daniel
07/27/2022, 6:00 PMNeha Pawar
Daniel
07/27/2022, 8:34 PM