Additional Tables
The Reference Catalog includes additional tables that can be used for performance monitoring and inspection. The definition for these tables described on this page may change across SQream versions.
Extents
The extents
storage object identifies storage extents, and each storage extents can contain several chunks.
Note
This is an internal table designed for low-level performance troubleshooting.
Column |
Description |
---|---|
|
Shows the name of the databse containing the extent. |
|
Shows the ID of the table containing the extent. |
|
Shows the ID of the column containing the extent. |
|
Shows the ID for the extent. |
|
Shows the extent size in megabytes. |
|
Shows the full path to the extent on the file system. |
Chunk Columns
The chunk_columns
storage object lists chunk information by column.
Column |
Description |
---|---|
|
Shows the name of the databse containing the extent. |
|
Shows the ID of the table containing the extent. |
|
Shows the ID of the column containing the extent. |
|
Shows the chunk ID. |
|
Shows the extent ID. |
|
Shows the compressed chunk size in bytes. |
|
Shows the uncompressed chunk size in bytes. |
|
Shows the chunk’s actual compression scheme. |
|
Shows the minimum numeric value in the chunk (if one exists). |
|
Shows the maximum numeric value in the chunk (if one exists). |
|
Shows the minimum text value in the chunk (if one exists). |
|
Shows the maximum text value in the chunk (if one exists). |
|
Reserved for internal use. |
Note
This is an internal table designed for low-level performance troubleshooting.
Chunks
The chunks
storage object identifies storage chunks.
Column |
Description |
---|---|
|
Shows the name of the databse containing the chunk. |
|
Shows the ID of the table containing the chunk. |
|
Shows the ID of the column containing the chunk. |
|
Shows the amount of rows in the chunk. |
|
Determines what data to logically delete from the table first, and identifies how much data to delete from the chunk. The value |
Note
This is an internal table designed for low-level performance troubleshooting.
Delete Predicates
The delete_predicates
storage object identifies the existing delete predicates that have not been cleaned up.
Each DELETE command may result in several entries in this table.
Column |
Description |
---|---|
|
Shows the name of the databse containing the predicate. |
|
Shows the ID of the table containing the predicate. |
|
Reserved for internal use, this is a placeholder marker for the highest |
|
Identifies the DELETE predicate. |
Note
This is an internal table designed for low-level performance troubleshooting.