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
Today all the data/search attributes are loading by default.
This is wasteful if the state/RPC don't need to read some/any data/search attributes.
A better approach is to let user to define the data attributes with whether or not the attribute should be loaded by default. If not loading by default, then state/RPC will have to specifically select the attribute key to load
The text was updated successfully, but these errors were encountered:
longquanzheng
changed the title
Require to tell if default to load a data/search attribute
[optimization with breaking changes]Require to tell if default to load a data/search attribute
Jul 1, 2024
longquanzheng
changed the title
[optimization with breaking changes]Require to tell if default to load a data/search attribute
[optimization with breaking changes] Maybe require to tell if default to load a data/search attribute
Jul 1, 2024
Today all the data/search attributes are loading by default.
This is wasteful if the state/RPC don't need to read some/any data/search attributes.
A better approach is to let user to define the data attributes with whether or not the attribute should be loaded by default. If not loading by default, then state/RPC will have to specifically select the attribute key to load
The text was updated successfully, but these errors were encountered: