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 2010/06/16 00:29:23 UTC

[jira] Created: (DIRSERVER-1519) [perf] The MoveAndRename operation is not optimal

[perf] The MoveAndRename operation is not optimal
-------------------------------------------------

                 Key: DIRSERVER-1519
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1519
             Project: Directory ApacheDS
          Issue Type: Improvement
    Affects Versions: 1.5.7
            Reporter: Emmanuel Lecharny
             Fix For: 2.0.0-RC2


This operation can be greatly improve in the backend, as the way we process it in the AbstractStore is by calling the rname operation followed by a move. Thos two operations can be merged.

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