Skip to content

Performance enhancement: For updates with multiple nested paths merge the required document structures #4

@rbygrave

Description

@rbygrave

So for example when a customer name is updated we could merge:

(id, name)
(id, name, status, billingAddress(*,country)

Which would yield:
(id, name, status, billingAddress(*,country)

... then we could combine that when building the JSON for use in updating both nested paths.

This would be a nice performance enhancement.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions