Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.
Parameters
List of tables to query. An asterisk returns all tables. The user can provide a single element (which will be automatically promoted to a list internally) or a list.
Optional parameters. Allowed keys are:
show_settings – If true include a map of the WAL settings for the requested tables. Allowed values are:
true
false
The default value is ‘true’.
The default value is an empty dict ( ).
Returns
A dict with the following entries–
List of returned tables.
List of current WAL usage.
List of WAL capacities.
List of number of uncommitted entries.
List of table WAL settings.
Additional information.