This message was deleted.
# general
s
This message was deleted.
k
Also, which one of the config prop is applicable to the topN queries? since topN would have to use N as the limit, does providing the config have any effect?
g
all of those are groupBy specific properties— no effect on topN
topN basically always behaves like
forceLimitPushDown: true
and
applyLimitPushDownToSegment: true
is set
k
thanks Gian.