Logical-log buffer
The database server uses the logical log to store a record of changes to the database server data since the last dbspace backup. The logical log stores records that represent logical units of work for the database server.
The logical log contains the following five types of log records, in addition to many others:
- SQL data definition statements for all databases
- SQL data manipulation statements for databases that were created with logging
- Record of a change to the logging status of a database
- Record of a checkpoint
- Record of a change to the configuration
For a description of how the database server flushes the logical-log buffer, see Flush the logical-log buffer.
The LOGBUFF configuration parameter specifies the size of the logical-log buffers. Small buffers can create problems if you store records larger than the size of the buffers (for example, TEXT or BYTE data in dbspaces). The recommended value for the size of a logical log buffer is 64 KB. Whenever the setting is less than the recommended value, the database server suggests a value during server startup. For the possible values that you can assign to this configuration parameter, see the HCL OneDB™ Administrator's Reference.
For information about the affect of TEXT and BYTE data on shared memory buffers, see Buffer large-object data.