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 2008/07/09 13:35:32 UTC

[jira] Updated: (DIRSERVER-1159) After Cursor branch merge into bigbang rename btree-base to core-xdbm

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

Emmanuel Lecharny updated DIRSERVER-1159:
-----------------------------------------

    Affects Version/s: 1.5.2
        Fix Version/s: 1.5.4

This can easily be done in 1.5.4

> After Cursor branch merge into bigbang rename btree-base to core-xdbm 
> ----------------------------------------------------------------------
>
>                 Key: DIRSERVER-1159
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1159
>             Project: Directory ApacheDS
>          Issue Type: Task
>    Affects Versions: 1.5.2
>            Reporter: Alex Karasulu
>            Assignee: Alex Karasulu
>             Fix For: 1.5.4
>
>
> The btree-base contains primitives (Table, Index, MasterTable, Store) for a logical entry database manager using a standard indexing scheme.  Any kind of in memory, or disk based key/value pair data structure that sorts keys can be used to implement an xdbm based partition.  Again xdbm is a logical entry database manager and represents an indexing scheme leveraged by a SearchEngine.  It can be implemented using any kind of storage.  The option is not limited to BTrees so the module name is misleading.
> We should be clear to point this out. Also there's no need to have base in the name.   After the Cursor work is complete in the Cursor refactoring branch and merged this module should be renamed to core-xdbm.  This rename should be done after the merge/replace to avoid SVN issues with intermittent merges.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.