Re: MDB page growth

2021-05-07 Thread Michael Ströder
On 5/7/21 5:14 PM, Quanah Gibson-Mount wrote: > > > --On Thursday, May 6, 2021 12:47 PM -0700 Zetan Drableg > wrote: >> What accounts for MDB free/unused page growth? We make lots of >> incremental inserts and removals (Add new user, add user to group, >> remove user from group, remove user). Re

Re: Maximum length of a value

2021-05-07 Thread Howard Chu
Aaron Bennett wrote: > Hi, > >   > > What is the maximum length of an value? Is it defined in the schema, > per-value, or is there a global maximum in OpenLDAP? In OpenLDAP there is a global limit of (2^32)-1 bytes. In practice it's probably smaller than that, depending on how much RAM you hav

Maximum length of a value

2021-05-07 Thread Aaron Bennett
Hi, What is the maximum length of an value? Is it defined in the schema, per-value, or is there a global maximum in OpenLDAP? Thanks, Aaron --- Aaron Bennett Manager of Systems Administration Clark University ITS

Re: MDB page growth

2021-05-07 Thread Quanah Gibson-Mount
--On Thursday, May 6, 2021 12:47 PM -0700 Zetan Drableg wrote: What accounts for MDB free/unused page growth? We make lots of incremental inserts and removals (Add new user, add user to group, remove user from group, remove user). Removal actions seem to trigger the query latency. Your