Open
Description
Describe the bug
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