Requests table write-ahead log (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. |