[
https://issues.apache.org/jira/browse/DIRSERVER-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny closed DIRSERVER-1683.
----------------------------------------
> 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
> Priority: Major
>
> 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 was sent by Atlassian JIRA
(v7.6.3#76005)