[ 
https://issues.apache.org/jira/browse/MAVIBOT-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kiran Ayyagari resolved MAVIBOT-8.
----------------------------------

    Resolution: Fixed

Added here http://svn.apache.org/r1518569
                
> Avoid creating a sub-btree when we have only one value to store
> ---------------------------------------------------------------
>
>                 Key: MAVIBOT-8
>                 URL: https://issues.apache.org/jira/browse/MAVIBOT-8
>             Project: Mavibot
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-M1
>            Reporter: Emmanuel Lecharny
>            Assignee: Kiran Ayyagari
>             Fix For: 1.0.0-M2
>
>
> Currently, for BTrees that support multiple values for a key, we create a sub 
> BTree no matter what. This is expensive when we have only one value to store 
> in the BTree.
> We should have a specific treatment for when we have only one value to store 
> for a given key, where we store the value itself instead of creating a 
> sub-tree.
> At some point, we may also want to define a number of value we store directly 
> in an array, before creating a sub-btree.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to