[
https://issues.apache.org/jira/browse/DIRSERVER-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854634#action_12854634
]
Kiran Ayyagari commented on DIRSERVER-1492:
-------------------------------------------
Implemeted this feature at revisions 931631 and 931632
Next step is to introduce a DN cache to minimize the lookups performed on RDN
index and time takes to create a new DN object.
http://svn.apache.org/viewvc?rev=931631&view=rev
http://svn.apache.org/viewvc?rev=931632&view=rev
> 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.