File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +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 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
3838Author:
You can’t perform that action at this time.
0 commit comments