Versions Compared

Key

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

...

IDIEP-32
Author
Sponsor

 


Created 
Status
Status
colourGrey
titleDRAFT

...

  • Add support for MVCC (TRANSACTIONAL_SNAPSHOT) cache mode.

Risks and Assumptions

  1. Batch update is not supported when eviction policy is enabled, since one batch of keys may hold locks for cache entries from different memory pages and cannot evict any of this pages until batch will be fully processed.
  2. Duplicate keys processing based on assumption that duplicate keys will be ordered according to cache entry version.
  3. Memory fragmentation.
  4. Heap usage/GC pressure.

...