Skip to content

Add index to events and audit_events tables

Ash McKenzie requested to merge ashmckenzie/add-created-at-index-to-events into master

What does this MR do?

This MR adds an index on created_at and author_id to the events and audit_events tables.

Closes: gitlab-com/Product#309 (closed)

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Ash McKenzie

Merge request reports