-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GroupBy selection optimization #9405
Comments
There has been no recent activity and this issue has been marked inactive. |
For me it's more than just a slight delay (see example). https://stackblitz.com/edit/github-hwxmub If you group by 'category' and select any group the page doesn't respond anymore.
|
@Timmeeeey That's correct, part of the delay (about a third by my perf logs) is due to emitting a ton of events in these cases caused by #9250. |
There has been no recent activity and this issue has been marked inactive. |
Description
Currently the group by selection doesn't use any caching mechanism which leads to poor performance when selecting larger groups.
Steps to reproduce
Field
columnField: some text
groupResult
There is a slight delay until all the records in the group get selected.
Expected result
There shouldn't be a delay.
The text was updated successfully, but these errors were encountered: