UpdatePerformanceLogCoreV2Index
Since the UpdatePerformanceLogCoreV2
is a high-volume internal table, it has an associated index table that you can use to optimize administrative queries commonly performed against those tables: the UpdatePerformanceLogCoreV2Index
. The Data Import Server produces this Index table as it imports data, making it possible to identify the set of internal partitions that have data for a given key.
Using the index table can significantly reduce the time it takes to query the UpdatePerformanceLogCoreV2
table, especially when you are looking for specific processes. See Indexing Intraday Partitions for more details.
Columns
Name | DataType | Description |
---|---|---|
Date | String | The date of the event. |
InternalPartition | String | The column used to partition data. |
ProcessInfoId | String | The unique identifier for the worker, used for correlating log entries and tables. |
WorkerName | String | The worker's name (e.g., worker_6baf6fae ). |
ServerHost | String | The host that the worker is executing on. |
PrimaryAuthenticatedUser | String | The authenticated user that owns the worker. |
PrimaryEffectiveUser | String | The effective user that owns the worker. |
Related documentation
- Internal tables overview
AuditEventLog
PersistentQueryConfigurationLog
PersistentQueryStateLog
ProcessEventLogIndex
ProcessEventLog
ProcessInfo
ProcessMetrics
QueryOperationPerformanceLogIndex
QueryOperationPerformanceLog
QueryPerformanceLog
QueryUserAssignmentLog
ResourceUtilization
ServerStateLogIndex
ServerStateLog
UpdatePerformanceLogCoreV2
WorkspaceDataSnapshot
WorkspaceData