Redo log entries (in-memory) are written to the log volumes consistently for all changes to persistent data.
While logging is disabled no log entries will be persisted, only the data area will be written when a savepoint is reached.
Default: Normal. The redo log must not be overwritten before a backup took place.
ALTER SYSTEM LOGGING [OFF|ON];
hana_one/html/sql_alter_system_logging.html
For a table column, see the Sap Hana - Table Column - Column Store
select
*
from
M_INIFILE_CONTENTS
where
key like 'log%'
order
by key asc
Log volume:
/hana/log/<SID>
The default path to the log directory depends on the system ID of the SAP HANA host