Dan Hill
10/01/2020, 1:11 AMdelete
and insert
operations for group by results.
Here's a simplified version of my Pinot table to help illustrate my use case: (dimensions) utc_date, seller_id, content_id, (metrics) sum_clicks.Chinmay Soman
10/01/2020, 2:14 AMDan Hill
10/01/2020, 2:22 AMChinmay Soman
10/01/2020, 2:23 AMallowed lateness
stuff. This is not a problem in Pinot
• Flink job restarts: this may end up re-computing some aggregates which will be re-sent to Pinot. As of now, Pinot does not support exactly once sink for FlinkDan Hill
10/01/2020, 3:11 AMChinmay Soman
10/01/2020, 3:45 AM