You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Popov (JIRA)" <ji...@apache.org> on 2018/02/05 14:30:00 UTC

[jira] [Created] (IGNITE-7627) Introduce a new eviction policy to avoid eviction of Index pages

Alexey Popov created IGNITE-7627:
------------------------------------

             Summary: Introduce a new eviction policy to avoid eviction of Index pages
                 Key: IGNITE-7627
                 URL: https://issues.apache.org/jira/browse/IGNITE-7627
             Project: Ignite
          Issue Type: Improvement
          Components: persistence
            Reporter: Alexey Popov


It would be great if we can have a new type of eviction policy that does not affect index pages when persistence is on. So, the index pages always will be in-mem and that will improve an overall system performance for random reads with persistence is on.

For instance, MongoDB works that way. It always keeps all indexes in-mem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)