Hello everybody! I would like to test Presto, i re...
# general
d
Hello everybody! I would like to test Presto, i read it supports window functions. So, Can i query Pinot with window functions using Presto?
k
Yes
d
Hi @Kishore G , so whats the problem of using Presto that support window functions instead of custom aggregation functions ?
k
It will be slower
d
why? does it shift all the load at the broker level?
k
Pulling data to where compute is vs pushing compute closer to data
It will push everything to presto worker
d
ok