You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by 38797715 <38...@qq.com> on 2022/08/31 01:17:44 UTC

Page replacement priority

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?

Re: Page replacement priority

Posted by Alex Plehanov <pl...@gmail.com>.
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 <38...@qq.com>:

> 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?
>