Skip to content
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

Enhance DataSource to skip grouping when possible #248

Open
radubrehar opened this issue Oct 8, 2024 · 0 comments
Open

Enhance DataSource to skip grouping when possible #248

radubrehar opened this issue Oct 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@radubrehar
Copy link
Contributor

Currently when the dataSourceApi.updateData is called, a new cache is created, which triggers a groupBy all the time, even if the groupBy fields are not in the cache-affected fields.

It might be possible to optimise this, though it's quite difficult. We need to add a few more tests to ensure correctness.

@radubrehar radubrehar added the enhancement New feature or request label Oct 8, 2024
@radubrehar radubrehar self-assigned this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant