General information related to the repository is stored in:
|
• |
pa_repository. Repository Schema information. |
|
• |
ssas_instance_dim. All monitored instances in the repository. |
|
• |
ssas_general_config. Configuration used in the PI engine per monitored instance. |
The Fact tables hold the OLAP cube of the monitored instance performance data. There are several categories that define the data that a Fact table holds, and (as result) the table name:
|
• |
Aggregation Level. The resolution to which the collected data is grouped. |
|
Top n unique combinations of dimensions that assemble the cube |
||
|
• |
Data Type. The type of performance metrics saved in the table. |
|
ssas_{level}_{type}_fact_1m_<YYYYMMDDHH>00 NOTE: The tables in the 1m granularity level are partitioned, meaning that a whole old table is dropped instead of deleting data in the table. | ||
The Dimension tables hold additional information to explain some of the dimensions in the Fact tables. Therefore, their values are in the form of IDs.
|
Holds the text of the command which matches the command hash column in the Fact tables. |
The suffix of the tables defines the granularity of the data stored in it:
|
• |
_1m_<YYYYMMDDHH>00. Holds data for six hours. |
|
• |
Empty. Holds data permanently. |
For detailed information, see the following topics:
This table contains all the identified changes per type over time: ssas_change_tracking_item.