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 09:28:22 UTC

[jira] Updated: (DIRSERVER-1049) [PERF] Speed improvement in Search operation

     [ https://issues.apache.org/jira/browse/DIRSERVER-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-1049:
-----------------------------------------

    Fix Version/s: 2.0.0-RC2
                       (was: 2.0.0-RC1)

Potponed perf improvements to 2.0-RC2

> [PERF] Speed improvement in Search operation
> --------------------------------------------
>
>                 Key: DIRSERVER-1049
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1049
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.5.1
>            Reporter: Emmanuel Lecharny
>             Fix For: 2.0.0-RC2
>
>
> A search operation based on a single attribute, like (uid=user.123), should not pass through the optimizer at all, as we don't need to compute the number of entries. 
> What we have now is that the search is built as a conjonction (AND) operation as if we have injected this filter :
> (& (objectclass =* ) (uid = user.123))
> The cost of doing such a count is not negligeable (5% of the overall operation)

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