STL_DISK_FULL_DIAG
Logs information about errors recorded when the disk is full.
This table is visible to all users. Superusers can see all rows; regular users can see only their own data. For more information, see Visibility of Data in System Tables and Views.
Table Columns
Column Name | Data Type | Description |
---|---|---|
currenttime | bigint | The day and time the error was generated. |
node_num | bigint | The identifier for the node. |
query_id | bigint | The identifier for the query that caused the error. |
temp_blocks | bigint | The number of temporary blocks created by the query. |
Sample Queries
The following example returns details about the data stored when there is a disk-full error.
select * from stl_disk_full_diag