ok, thanks. Let me try and see what difference it ...
# getting-started
a
ok, thanks. Let me try and see what difference it makes
I tried with no dictionary for medium and high cardinality columns. Though the performance did not improve. It actually became worse 😞. FYI - @Kishore G @Jackie
j
Then the bottleneck for this query is storing and processing all the groups instead of scanning the values. It is more efficient to store dictionary ids comparing to store actual values
a
got it, thanks
k
will be good to put these numbers in an issue, there might be some bottlenecks we are not aware of
a
sure, i can open an issue 👍