Requests table wal properties. Returns information about the requested table wal entries.
Input Parameter Description
Name | Type | Description | ||||
---|---|---|---|---|---|---|
table_names | array of strings | List of tables to query. An asterisk returns all tables. | ||||
options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Output Parameter Description
Name | Type | Description |
---|---|---|
table_names | array of strings | List of returned tables. |
sizes | array of arrays of longs | List of current wal usage. |
capacities | array of longs | List of wal capacities. |
uncommitted | array of arrays of longs | List of number of uncommitted entries. |
settings | array of maps of string to strings | List of table wal settings. |
info | map of string to strings | Additional information. |