[
https://issues.apache.org/jira/browse/MAVIBOT-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved MAVIBOT-43.
--------------------------------------
Resolution: Fixed
Fixed with http://svn.apache.org/r1661949
> 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)