DisableWAL - Analytics Database - Teradata Vantage

Database Utilities

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-05-02
dita:mapPath
ymn1628096214445.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
vkz1472241255652
lifecycle
latest
Product Category
Teradata Vantageā„¢

Determines whether Write-Ahead Logging (WAL) is enabled.

Field Group

File System

Valid Settings

Setting Description
TRUE The WAL feature is disabled. Changed data blocks and cylinder indexes are written directly to disk. The DisableWALforDBs field is ignored.
FALSE The WAL feature is enabled. The items written to the WAL log are determined by the setting of DisableWALforDBs:
  • If DisableWALforDBs is TRUE, changed data blocks are written to disk, and cylinder index changes are written to the WAL log.
  • If DisableWALforDBs is FALSE, changed data blocks are written to the WAL log and cached in memory, or may be written to disk, depending on the specific operation.

Default

FALSE

Changes Take Effect

After the DBS Control Record has been written.

Usage Notes

WAL is a log-based file system recovery scheme in which modifications to permanent data are written to a log file, the WAL log. The log file contains change records (Redo records) which represent the updates. At key moments, such as transaction commit, the WAL log is forced to disk. In the case of a reset or crash, Redo records can be used to transform the old copy of a permanent data block on disk into the version that existed at the time of the reset.

Data blocks inserted by the MultiLoad utility are always written to disk regardless of the DisableWAL field setting.

Related Information

See DisableWALforDBs.