From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/installation/blob-support.html | 229 ++++++++++++++++++++++++++++++++++++ 1 file changed, 229 insertions(+) create mode 100644 docs/installation/blob-support.html (limited to 'docs/installation/blob-support.html') diff --git a/docs/installation/blob-support.html b/docs/installation/blob-support.html new file mode 100644 index 00000000..8c507e66 --- /dev/null +++ b/docs/installation/blob-support.html @@ -0,0 +1,229 @@ + + + + + + Binary Large Object Support + + + + + + + + + +
+
+
+
+

Binary Large Object Support

+
+
+
+ +

+ 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] +
  • +
+
+
+
+ + + -- cgit v1.2.1