MV_COLUMNAR_SEGMENT_INDEX
This view stores information about indexes used to sort columnstore segments.
Column Name | Description |
---|---|
| The name of the related database. |
| The name of the related table. |
| The name of a given columnstore segment’s index. |
| The |
| The name of a given columnstore file. |
| The hostname or IP address for the related leaf node. |
| The port number of the related leaf node. |
| The |
| The |
| The type of encoding for a given column. |
| The size, in bytes, of the column. |
| The size, in bytes, of a given segment index. The "uncompressed size" of the index is the size of the data in the indexed column. Since the index stores extra indexing structures it is possible for the index size to be larger than the data in the indexed column. |
| The timestamp when a given columnstore segment was created. |
| Log sequence number of the related blob file. |
| The term of the database, used to uniquely identify which node was the master of a specific database. |
| The |
| Specifies the offset in the file where a given segment is stored. |