Also second question, if we decide to dump from my...
# getting-started
a
Also second question, if we decide to dump from mysql every week how will Pinot handle duplicates?
n
Looks like I missed your question here. it depends on how you push the data into pinot. If you are ingesting everything via a realtime table, then you can enable upserts and de-dup to handle duplicates. not sure how this works in offline tables though.
this is an explanation of what I meant with realtime tables: https://medium.com/@msoni6226/handling-of-duplicate-data-with-apache-pinot-78d35e7c8465