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
The generic property bags properties and internalProperties are persisted as strings, which contain the JSON serialized representation of both property bags.
Each time a call site requests any of these property bags, the JSON representation is being parsed.
This behavior is quite expensive.
How entities and their attributes are persisted should really be up to the actual persistence implementation.
To Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The generic property bags
properties
andinternalProperties
are persisted as strings, which contain the JSON serialized representation of both property bags.Each time a call site requests any of these property bags, the JSON representation is being parsed.
This behavior is quite expensive.
How entities and their attributes are persisted should really be up to the actual persistence implementation.
To Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response
The text was updated successfully, but these errors were encountered: