Is update query is possible using pinot
# general
d
Is update query is possible using pinot
m
If you mean SQL
update
statement, then no. What's your use case?
d
we are using some update statement , basically to update new column based on other column in offline table
k
you can use derived column feature for that
v
Hi All, what is the general approach preferred for retrofitting old data? I see that MS teams uses Pinot. Now if I sent a msg via teams and later updated that, how can such use case be handled in Pinot? Suggestions welcome.
k
You can use upsert feature