TSContainerUsageActiveWindowVTI Table
The TSContainerUsageActiveWindowVTI table is a virtual table that is based on the TSContainerWindowTable table. The TSContainerUsageActiveWindowVTI table has one row for each partition in the active window of a rolling window container.
| Column name | Data type | Description |
|---|---|---|
| name | VARCHAR(128) | The name of the rolling window container. |
| windowinterval | VARCHAR(8) | The size of the interval of each partition: year, month, week, or day. |
| activewindowsize | INTEGER | The number of partitions in the active window. |
| dormantwindowsize | INTEGER | The number of partitions in the dormant window. |
| windowspaces | LVARCHAR(4096) | The list of dbspaces in which partitions are stored. |
| tstamp | DATETIME YEAR TO FRACTION(5) | The starting timestamp of the time range for the partition. |
| partition | tsPartitionDesc_t | The description of the partition. |
| container_size | INTEGER | The first extent size of the partitions. |
| container_grow | INTEGER | The next extent size of the partitions. |
| windowcontrol | INTEGER | A flag that indicates how active partitions are handled when they are manually
or automatically detached:
|
| windowdordestroycount | INTEGER | How many partitions can be destroyed in an operation if windowcontrol is 2 or 3.
|