showWal
Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showWal
public ShowWalResponse showWal(List<String> tableNames, Map<String, String> options) throws GPUdbException Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.Parameters:tableNames- List of tables to query. An asterisk returns all tables.options- Optional parameters.SHOW_SETTINGS: IfTRUEinclude a map of the WAL settings for the requested tables. Supported values:The default value isTRUE.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.