[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
BerkeleyDB versions
- To: OpenLDAP Devel <openldap-devel@openldap.org>
- Subject: BerkeleyDB versions
- From: Howard Chu <hyc@symas.com>
- Date: Tue, 14 Aug 2007 01:37:12 -0700
- User-agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.9a8pre) Gecko/2007081000 SeaMonkey/2.0a1pre
OK, so 4.6.18 changes the lock management system in ways that are incompatible
with previous releases. The advice from Oracle is to just use a read-only
transaction (which is actually what we used to do, several revisions back). Of
course with BDB 4.2 that causes the problem of log files staying open unless
you apply the patch I wrote for that issue. It seems we may need to either
resurrect that patch (it should still be in CVS) or drop support for DB 4.2 so
we can rewrite the lock management (yet again) to support DB 4.6.
Our early tests with DB 4.6.1 thru 4.6.3 showed impressive performance gains,
making it seem worthwhile. But we have no way of knowing how the current 4.6.18
will perform at the moment.
--
-- Howard Chu
Chief Architect, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/