Re: Page replacement priority

2022-08-31 Thread Alex Plehanov
Hello, Data pages have the same priority as index pages. Algorithm can be configured by DataRegionConfiguration.PageReplacementMode property. See https://ignite.apache.org/docs/latest/memory-configuration/replacement-policies for more information. ср, 31 авг. 2022 г. в 04:18, 38797715 <38797...@q

Page replacement priority

2022-08-30 Thread 38797715
hello, When there is insufficient memory, if a page replacement occurs, will the data be swapped out of memory first, or will the index also be swapped out of memory? Or are there any optimized algorithms?