:wave: team. Just double checking on one thing - C...
# troubleshooting
j
👋 team. Just double checking on one thing - Can I paginate pinot result? The query is like
Copy code
SELECT SUM(a)
FROM my_table
WHERE b = c
GROUP BY d;
If not, is there any plan to enable pagination for Group by query? It'd be really nice if it has it.
m
Not at the moment, but it is in the backlog
j
@Mayank 👋 Thanks for the response! It'd be really nice if this is prioritized because it can be a pretty big performance as well as ux improvement
m
We are always looking for contributors who can help 😌
😊 1