Programmer notes FAQ Programmer notes FAQ What priorities should threads/tasks executing Berkeley DB functions be given? Tasks executing Berkeley DB functions should have th...
XA Introduction XA Introduction Berkeley DB can be used as an XA-compliant resource manager. The XA implementation is known to work with the Tuxedo transaction manager. The XA...
FULL JOIN Description Syntax Examples FULL JOIN Description The FULL JOIN keyword returns all records when there is a match in left (table1) or right (table2) table r...
Secondary indexes Error Handling With Secondary Indexes Secondary indexes A secondary index, put simply, is a way to efficiently access records in a database (the primary) by ...
Derived Tables Description Syntax Examples Constraints Derived Tables Description This topic describes subqueries that occur as nested SELECT statements in the FROM ...
Log file limits Log file limits Log filenames and sizes impose a limit on how long databases may be used in a Berkeley DB database environment. It is quite unlikely that an app...
Chapter 16. Application Specific Logging and Recovery Introduction to application specific logging and recovery Chapter 16. Application Specific Logging and Recovery Intro...
LEFT JOIN Description Syntax Examples LEFT JOIN Description The LEFT JOIN keyword returns all records from the left table (table1), and the matching records from the ...
LEFT JOIN Description Syntax Examples LEFT JOIN Description The LEFT JOIN keyword returns all records from the left table (table1), and the matching records from the ...