File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ commit fails. This option is mostly used by gfix.
2727LOCK TIMEOUT nonneg_short_integer: it's the time (measured in seconds) that a
2828transaction 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
3738Author:
You can’t perform that action at this time.
0 commit comments