[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: 2.1.17 performance issues



On Wed, Apr 23, 2003 at 02:20:38PM -0700, Howard Chu wrote:
> Andreas is correct. back-bdb maintains its own entry cache separately from
> whatever caching the BDB library itself uses. In very early OpenLDAP 2.1 code
> there was no entry cache for back-bdb because we believed that the BDB
> library's caching would be "good enough" but subsequent benchmarking showed
> that an entry cache was needed.

So, configuring this parameter in slapd.conf *and* a cache in DB_CONFIG will cause
two caches to be used, one in openldap and the other in the bdb library?