Binary Large Object Support

New Functions
New Flags Accepted by Blob Streaming Interfaces
Other New Flags
New Pragma

Berkeley DB now has improved facilities for managing binary large objects (blobs). There is a new streaming interface to efficiently read and write blobs. There are new configuration interfaces to set an optional size threshold above which an object is created as a blob, and to manage the location of blob storage. A new SQL pragma enables SQL users to set a similar optional size threshold above which rows are stored internally in Berkeley DB as blobs.

New Functions

New Flags Accepted by Blob Streaming Interfaces

Other New Flags

New Pragma

  • PRAGMA large_record_opt[=n]