Implementing the fast modifyDN proposal
---------------------------------------
Key: DIRSERVER-1492
URL: https://issues.apache.org/jira/browse/DIRSERVER-1492
Project: Directory ApacheDS
Issue Type: Improvement
Affects Versions: 1.5.6
Reporter: Kiran Ayyagari
Assignee: Kiran Ayyagari
Fix For: 2.0.0-RC1
Implementation of the fast modDn proposal mentioned at
http://cwiki.apache.org/confluence/display/DIRxSRVx11/Xdbm+fast+modifyDn+proposal
The implementation has some significant changes including
1. The Entry object no longer stores the complete DN, it's RDN alone is stored
2. Addition of a new index for RDNs
3. Removal of user provided and normalized DN indices
4. RDN object should hold the parent entry's ID to help in reconstructing the
an entry's DN
5. A new internal RDN comparator used inside the RDN index class
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.