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.