Package com.gpudb.protocol
Class AlterWalRequest.Options
java.lang.Object
com.gpudb.protocol.AlterWalRequest.Options
Enclosing class:
A set of string constants for the
AlterWalRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWAL entries are periodically written instead of immediately after each operation.static final StringIfTRUEeach entry will be checked against a protective checksum.static final Stringstatic final StringProtects entries in the event of a database crash.static final StringSpecifies how frequently WAL entries are written with background sync.static final StringProtects entries in the event of an OS crash.static final StringMaximum size of an individual segment file.static final StringDisables the WAL.static final StringIfTRUEtables with unique WAL settings will be overridden when applying a system level change.static final StringIfTRUEand a system-level change was requested, the system configuration will be written to disk upon successful application of this request.static final StringIfTRUEtables with unique WAL settings will be reverted to the current global settings.static final StringApproximate number of segment files to split the WAL across.static final StringMaximum size of an individual segment file.static final String
Field Details
SYNC_POLICY
Maximum size of an individual segment file. Supported values:NONE: Disables the WAL.BACKGROUND: WAL entries are periodically written instead of immediately after each operation.FLUSH: Protects entries in the event of a database crash.FSYNC: Protects entries in the event of an OS crash.
See Also: