Oracle Berkeley DB Java Edition 11g R2
Release Notes

Library 11.2.5.0, Release 5.0.34, November 09, 2011

Overview

Berkeley DB Java Edition (JE) is a 100% pure Java embedded, transactional data store. It supplies a key/object data model with indexing, full transactional ACID support, POJO APIs and High Availability/Replication.

This is release 5.0.34 of Berkeley DB Java Edition. This release includes a file format change, and there are two important notes to be aware of.

  1. The file format change enabled significant improvements in the operation performance, memory and disk footprint, and concurrency of databases with duplicate keys. Environments which contain databases with duplicate keys must run an upgrade utility before opening an environment with this release. See the Performance section of the change log for more information.
  2. An application which uses JE replication may not upgrade directly from JE 4.0 to JE 5.0. Instead, the upgrade must be done from JE 4.0 to JE 4.1 and then to JE 5.0. Applications already at JE 4.1 are not affected. Upgrade guidance can be found in the new chapter, "Upgrading a JE Replication Group", in the "Getting Started with BDB JE High Availability" guide.

A number of enhancements have been added since version JE 4.1, including:

For the the complete and detailed list of changes, see the change log page.

Copyright (c) 1996-2011 Oracle. All rights reserved.