<@UJ77Z6VKJ> will upsert will be available for bat...
# general
s
@User will upsert will be available for batch data as well?
t
This is Ting from Uber. Upsert is mainly designed for realtime data ingestion. Pinot already can support update in batch data by replacing existing segments. @James Shao ^^
👍 2
j
also a bit more clarification. For batch-only table (aka pinot offline table), you don’t really need upsert as you can always override existing datas.
right now the upsert support aim at realtime-table only
we don’t have support for realtime + offline hybrid table yet