Versions Compared

Key

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

...

This mechanism of using memory has good implications on the garbage collection behavior of Flink.

...

The figure below shows the basic behavior of algorithms putting data in to memory segments, and moving the memory segments to and from disk, if the
pool of pages runs out. The algorithm implementations make sure that pages are moved to disk or SSD in batches are and asynchronously, to preserve performance. 

...