This table provides information about MySQL Cluster log space usage.
The following table provides information about the columns in
the logspaces
table. For each column, the
table shows the name, data type, and a brief description.
Column Name | Type | Remarks |
---|---|---|
node_id |
integer | The ID of this data node. |
log_type |
string | Type of log; one of: REDO or
DD-UNDO . |
log_id |
integer | The log ID. |
log_part |
integer | The log part number. |
total |
integer | Total space available for this log. |
used |
integer | Space used by this log. |