Transaction logging

ANSI-compliant databases run with unbuffered transaction logging. In an ANSI-compliant database, you cannot change the logging mode to buffered logging, and you cannot turn logging off.

Databases of that are not ANSI-compliant can run with either buffered logging or unbuffered logging. Unbuffered logging provides more comprehensive data recovery, but buffered logging provides better performance.

For more information, see the description of the CREATE DATABASE statement in the HCL OneDB™ Guide to SQL: Syntax.