You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Bessonov (Jira)" <ji...@apache.org> on 2020/12/01 09:04:00 UTC

[jira] [Created] (IGNITE-13786) PDS defragmentation can inflate index size

Ivan Bessonov created IGNITE-13786:
--------------------------------------

             Summary: PDS defragmentation can inflate index size
                 Key: IGNITE-13786
                 URL: https://issues.apache.org/jira/browse/IGNITE-13786
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Bessonov
            Assignee: Ivan Bessonov


For huge caches it is possible that defragmentation will lead to bigger indexes size.

The reason is that we only append new data to index trees and never insert into the middle, this leads to under-utilization of B+Tree pages space.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)