ServerStateLogIndex

Since the ServerStateLog is a high-volume internal tables, it has an associated index table that you can use to optimize administrative queries commonly performed against those tables: the ServerStateLogIndex. 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.

Columns

NameDataTypeDescription
DateStringThe date of the event.
InternalPartitionStringThe column used to partition data.
ProcessInfoIdStringThe unique identifier for the worker, used for correlating log entries and tables.
AuthenticatedUserStringThe authenticated user that owns the worker
EffectiveUserStringThe effective user that owns the worker.