Set Logsize
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
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
0means no limit is imposed on the size of the log file.