Luis Fernandez
04/07/2022, 6:33 PMXiang Fu
Xiang Fu
Xiang Fu
Xiang Fu
Luis Fernandez
04/07/2022, 6:53 PMLuis Fernandez
04/07/2022, 6:53 PMLuis Fernandez
04/07/2022, 6:55 PMLuis Fernandez
04/07/2022, 6:55 PM"realtime.segment.flush.threshold.rows": "0",
"realtime.segment.flush.threshold.time": "24h",
"realtime.segment.flush.segment.size": "250M"
Luis Fernandez
04/07/2022, 7:02 PM"ingestionConfig": {
"batchIngestionConfig": {
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "HOURLY"
}
},
impact the offline tableMayank
segmentIngestionType - Used for data retention
segmentIngestionFrequency - Used to compute time-boundary for hybrid tables
Luis Fernandez
04/07/2022, 7:07 PMLuis Fernandez
04/07/2022, 7:10 PMrealtime table with 7 days retention,
offline table with 2 years retention (realtime data is eventually moved here)
we want to backfill the offline table with data that is on the system that we are moving away from to pinot into the offline table, is this the way people usually do it or do we usually create another offline table that does backfilling onlyMayank