Re: [Freeipa-devel] [PATCH] 810 speed up indirect member processing

2015-04-26 Thread Jan Cholasta
Dne 20.4.2015 v 11:59 Petr Vobornik napsal(a): On 04/20/2015 09:51 AM, Jan Cholasta wrote: Dne 9.4.2015 v 13:56 Petr Vobornik napsal(a): On 04/08/2015 10:21 AM, Jan Cholasta wrote: 4) The processing of memberof should be done even when memberofindirect is not requested, otherwise its value

Re: [Freeipa-devel] [PATCH] 810 speed up indirect member processing

2015-04-20 Thread Jan Cholasta
Dne 9.4.2015 v 13:56 Petr Vobornik napsal(a): On 04/08/2015 10:21 AM, Jan Cholasta wrote: Hi, Dne 31.3.2015 v 12:11 Petr Vobornik napsal(a): the old implementation tried to get all entries which are member of group. That means also user. User can't have any members therefore this costly

Re: [Freeipa-devel] [PATCH] 810 speed up indirect member processing

2015-04-20 Thread Petr Vobornik
On 04/20/2015 09:51 AM, Jan Cholasta wrote: Dne 9.4.2015 v 13:56 Petr Vobornik napsal(a): On 04/08/2015 10:21 AM, Jan Cholasta wrote: Hi, Dne 31.3.2015 v 12:11 Petr Vobornik napsal(a): the old implementation tried to get all entries which are member of group. That means also user. User can't

Re: [Freeipa-devel] [PATCH] 810 speed up indirect member processing

2015-04-09 Thread Petr Vobornik
On 04/08/2015 10:21 AM, Jan Cholasta wrote: Hi, Dne 31.3.2015 v 12:11 Petr Vobornik napsal(a): the old implementation tried to get all entries which are member of group. That means also user. User can't have any members therefore this costly processing was unnecessary. New implementation

Re: [Freeipa-devel] [PATCH] 810 speed up indirect member processing

2015-04-08 Thread Jan Cholasta
Hi, Dne 31.3.2015 v 12:11 Petr Vobornik napsal(a): the old implementation tried to get all entries which are member of group. That means also user. User can't have any members therefore this costly processing was unnecessary. New implementation reduces the search only to entries which can have

[Freeipa-devel] [PATCH] 810 speed up indirect member processing

2015-03-31 Thread Petr Vobornik
the old implementation tried to get all entries which are member of group. That means also user. User can't have any members therefore this costly processing was unnecessary. New implementation reduces the search only to entries which can have entries. Also page size was removed to avoid