Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Distributed sessions: Keep track of modified attributes using a hashcode #110

Description

@cassand

Current Behavior:

Each session keep track of the accessed attributes and only saves to the Datastore those attributes.

New behavior:

The session would keep track of the modified attributes using a hashcode.

  • The hashcode could be stored in the same Datastore entity as the attribute.
  • The hashcode would be computed during the serialization of the attributes.
  • Only the attributes with a hashcode which differs from the loaded hashcode would be sent to the Datastore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions