You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2014/11/11 23:46:34 UTC

[jira] [Created] (MAVIBOT-43) Use the in-memory BulkLoader to load multi-values

Emmanuel Lecharny created MAVIBOT-43:
----------------------------------------

             Summary: Use the in-memory BulkLoader to load multi-values
                 Key: MAVIBOT-43
                 URL: https://issues.apache.org/jira/browse/MAVIBOT-43
             Project: Mavibot
          Issue Type: Task
    Affects Versions: 1.0.0-M5
            Reporter: Emmanuel Lecharny
            Assignee: Emmanuel Lecharny


When we inject an element with N values for the very first time in a btree, if N is superior to the b-tree threshold, we will create a sub-btree to store those values.

Currently, this is done by injecting the values one after the other. If we have many values, it can become expensive.

We should use the in-memory bulkloader to create this initial sub-btree.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)