Skip to content

Commit eab3d1e

Browse files
committed
Correct AUTO RELEASE TEMP BLOBID description
1 parent 03d36f5 commit eab3d1e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/sql.extensions/README.set_transaction.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ commit fails. This option is mostly used by gfix.
2727
LOCK TIMEOUT nonneg_short_integer: it's the time (measured in seconds) that a
2828
transaction waits for a lock in a record before giving up and reporting an error.
2929

30-
AUTO RELEASE TEMP BLOBID: makes the transaction release temporary ID of user BLOB
31-
just after its materialization. It's useful for massive insertions of records with
32-
user-defined BLOBs because it eliminates the memory overhead caused by creating and
33-
keeping temporary IDs until the transaction ends. This option is used during the
34-
database restore.
30+
AUTO RELEASE TEMP BLOBID: makes the transaction release a temporary ID of a user
31+
BLOB just after its materialization. It's useful for massive insertions of records
32+
with user-defined BLOBs because it eliminates the memory overhead caused by creating
33+
and keeping temporary IDs until the transaction ends. This option should be used
34+
with care and only if there is no need to access a materialized BLOB via a temporary
35+
ID obtained after its creation. It's used during the database restore.
3536

3637

3738
Author:

0 commit comments

Comments
 (0)