Skip to content

Ignore last_activity_on column on members table

Bishwa Hang Rai requested to merge 462751-ignore-column-last-activity-on into master

What does this MR do and why?

This MR ignores the last_activity_on column on members table, in preparation to drop the column.

Related to #462751

Database

Please read this comment to understand the reason for adding select(:user_id, :access_level) . There isn't any change in query plan.

Old Query: https://console.postgres.ai/gitlab/gitlab-production-main/sessions/32461/commands/100234

New Query: https://console.postgres.ai/gitlab/gitlab-production-main/sessions/32461/commands/100236

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Bishwa Hang Rai

Merge request reports

Loading