Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ignite supports Disk Compression and Transparent Data Encryption, but they able to transform the data at the persistent layer only.

Description

To cover both layers (network and memory) and make the feature compatible with the existing data, it is proposed to transform/restore CacheObjects on the fly.

Possible solution is to wrap them and transform byte arrays they provided. This will cover both layers, messaging (network) and storage (inmemory in-memory + persist).

Risks and Assumptions

...