You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <ji...@apache.org> on 2008/03/25 01:45:26 UTC

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

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
            Reporter: Alex Karasulu


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.


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

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu closed DIRSERVER-1159.
------------------------------------

    Resolution: Fixed

Renamed to xdbm-base instead on following commit:

     http://svn.apache.org/viewvc?view=rev&revision=691809

> 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.


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

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu reassigned DIRSERVER-1159:
----------------------------------------

    Assignee: Alex Karasulu

> 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
>            Reporter: Alex Karasulu
>            Assignee: Alex Karasulu
>
> 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.


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ 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.