Index name
|
Flags
|
Field
|
Description
|
_Data-guid
|
primary unique
|
_Audit-data-guid
|
Primary unique index. Joins the child table _Aud-daudit-data- value that holds the modified fields old and new values. This index is always active.
|
_Connection-id
|
–
|
_Database-connection-id _Client-session-uuid
|
Queries audit data by database connection, and further within a database connection by client session.
|
_Userid
|
–
|
_User-id
|
Queries audit data by the real application user who created the audit data.
|
_Event-group
|
–
|
_Audit-event-group _Db-guid _Transaction-id _Transaction-sequence
|
Queries data by some logical group (for example, business entity, task, workflow) and then within that to sequence the data by database transaction ID and sequence (that is, the order in which the data was created within the group or database transaction). Note that the use of groups is optional.
|
_EventId
|
–
|
_Event-id
|
Queries audit data by audit event ID; event IDs between the range 5000 to 5099 represent schema change events.
|
_Audit-time
|
–
|
_Audit-date-time
|
Queries audit data by date and time it was created (plus time zone). This index is always active.
|
_Event-context
|
–
|
_Event-context
|
Locates audit data for a specific record or thing. For database events, this would contain a delimited list of identifying field values to identify the originating record, such as a customer number.
|
_AppContext-Id
|
–
|
_Application-context-id
|
Queries audit data that occurred within the bounds of a particular application context, such as what audit data was generated by an object (procedure).
|
Index name
|
Flags
|
Fields
|
Description
|
_Continuation-seq
|
Pu
|
_Audit-data-guid _Field-name _Continuation-sequence
|
The primary unique index for the table; used when joining from the parent _Aud-audit-data table to determine the modified fields for a particular audit data entry.
|
_Field-name
|
–
|
_Field-name
|
Facilitates querying audit data for changes to a specific field.
|