Database upgrade Database upgrade When upgrading to a new release of Berkeley DB, it may be necessary to upgrade the on-disk format of already-created database files. Berkeley ...
Chapter 7. C# API Compatibility Chapter 7. C# API You can use Berkeley DB in your application through the C# API. To understand the application concepts relating to Berkeley D...
Chapter 17. Programmer Notes Signal handling Chapter 17. Programmer Notes Signal handling When applications using Berkeley DB receive signals, it is important that they ex...
Compatibility with historic UNIX interfaces Compatibility with historic UNIX interfaces The Berkeley DB version 2 library provides backward-compatible interfaces for the histor...
Multithreaded applications Multithreaded applications Berkeley DB fully supports multithreaded applications. The Berkeley DB library is not itself multithreaded, and was delibe...
Tcl FAQ Tcl FAQ I have several versions of Tcl installed. How do I configure Berkeley DB to use a particular version? To compile the Tcl interface with a particular version ...
Chapter 26. Additional References Additional references Technical Papers on Berkeley DB Background on Berkeley DB Features Database Systems Theory Chapter 26. Additional Re...
General access method configuration Selecting a page size Note Selecting a cache size Selecting a byte order Duplicate data items Non-local memory allocation General acce...
Chapter 15. Distributed Transactions Introduction Chapter 15. Distributed Transactions Introduction An application must use distributed transactions whenever it wants tran...
Java FAQ Java FAQ On what platforms is the Berkeley DB Java API supported? All platforms supported by Berkeley DB that have a JVM compatible with J2SE 1.4 or above. How do...