skip to main content
Supported SQL Statements and Extensions for the Salesforce Driver : Set Logsize
  
Set Logsize
Purpose
Sets the maximum size to which the driver’s embedded database log file can grow before a Checkpoint statement is performed. When the log file exceeds the specified size, the Checkpoint statement closes and then reopens the database files, resetting the .log file.
Syntax
SET LOGSIZE size
where:
size
specifies the maximum size (in MB) of the .log file. The default is 200 MB. A value of 0 means no limit is imposed on the size of the log file.
See also
Checkpoint