Hi Team -- is there a way to run rank function on ...
# general
a
Hi Team -- is there a way to run rank function on top of the data in pinot ?
m
Not natively in Pinot, may be presto?
a
ok i will try that...
m
We do have support for adding post aggregation functions, so should be a be able to add in Pinot I think
a
ok..
i am thinking how to model a use case where every row might have multiple versions pushed out from kafka over a period of time and If I only wanted the latest version to get pulled in the aggregation , how t get that...
m
Use upsert instead?
a
yeah i was thinking about it.. but was not sure if its recommended .. Have you guys tried it at prod scale?
m
Yes Uber is using it in production
a
ok.. Thats really good to know.. I will model something and test it this week and reach out if I get into any trouble 🙂 Thanks as always.