Improve the way we process OR filters
-------------------------------------

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


Currently, we use a HashMap to store the UUID of the entries we have already 
processed when handling a OR filter. This is memory consuming. We could use a 
slower but ess memory consuming algorithm :
for each filter in the OR, we match the candidate against the filters we have 
already processed
Doing so, we will avoid sending back duplicates.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to