Skip to content

Commit f1b452e

Browse files
committed
Tweak wording of AUTO RELEASE TEMP BLOBID
1 parent 06d1879 commit f1b452e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/sql.extensions/README.set_transaction.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +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 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.
30+
AUTO RELEASE TEMP BLOBID: makes the transaction release the temporary ID of a user
31+
BLOB just after its materialization. It's useful for mass-insertion of records with
32+
user-defined BLOBs because it eliminates the memory overhead caused by retaining
33+
temporary IDs until the transaction ends. This option should be used with care. Only
34+
use this if there is no need to access a materialized BLOB via a temporary ID
35+
obtained after its creation. It's used by gbak during a database restore.
3636

3737

3838
Author:

0 commit comments

Comments
 (0)