Is there something similar to `RealtimeToOfflineTa...
# general
d
Is there something similar to
RealtimeToOfflineTask
for an upsert table?
m
Upsert feature works on real-time only tables as of now
d
Thanks. So I need to find another way to relieve memory pressure =/
y
there are some practices on upsert table mem management: https://docs.pinot.apache.org/basics/data-import/upsert#best-practices
d
Thanks, I already followed all of those
m
Hi @User, we have the same needs and limitations (trying to use upsert and realtimetofflinetask on the same tables). For the moment we are trying to operate without upsert by adding (Flink) process upstream of Pinot, but if you find any workaround we are interested ...
m
This is a common ask now, if there isn’t a GH issue please create one, so it can be considered for picking up
cc: @User
m
thank you @User I will check and create an issue if I can't find one
🙏 1
p
@Mathieu Druart @Mayank Hi, do we have any tracker for this?
m
@Pankaj Singh no for my part I don't think that I created the issue, we stopped using upsert for now