Skip to content

Unnecessary overhead due to Jackson serialization in all entities #773

Open
@snazy

Description

@snazy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions