Skip to Content
Berkeley DB
book

Berkeley DB

by Sleepycat™ Software, Inc.
June 2001
Intermediate to advanced content levelIntermediate to advanced
688 pages
19h 18m
English
Sams
Content preview from Berkeley DB

Retrieving Records

The DB→get function is the standard interface for retrieving records from the database. In general, DB→get takes a key and returns the associated data from the database.

There are a few flags that you can set to customize retrieval:

  • DB_GET_BOTH Search for a matching key and data item; that is, only return success if both the key and the data items match those stored in the database.

  • DB_RMW Read-modify-write: Acquire write locks instead of read locks during retrieval. This can enhance performance in threaded applications by reducing the chance of deadlock.

  • DB_SET_RECNO If the underlying database is a Btree and was configured so it is possible to search it by logical record number, retrieve a specific record.

If the database ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

The Berkeley DB Book

The Berkeley DB Book

Himanshu Yadava
Linux Recipes for Oracle DBAs

Linux Recipes for Oracle DBAs

Darl Kuhn, Charles Kim, Bernard Lopuz
Fedora Linux

Fedora Linux

Chris Tyler

Publisher Resources

ISBN: 0735710643Purchase book