Hi Everyone, I am trying deduplication in apache p...
# troubleshooting
a
Hi Everyone, I am trying deduplication in apache pinot 0.8.0. I have enabled upsert in my REALTIME table and it is working as expected. But when data moves from realtime to offline table the duplicate data appears in offline table. Is there a way by which I can have deduplication enabled in REALTIMEtoOFFLINE flow, so that my offline table contains only distinct values. Can anyone help me with the same?
👍 1
k
upsert is not supported with hybrid table (realtime and offline mode). It's in the works @Yupeng Fu can provide more info. Any reason you cannot use it in real-time only mode?
a
we need to backfill data that is the reason
y
for backfill you can still write the data to kafka
n
For rows that should dedup, will the rows have identical values across all columns(all metrics, all dimensions and time column as well) ? If yes, realtime to offline job has a config for dedup