You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: