Skip to content

Update array operators for Gitlab::Database::NamespaceEachBatch

What does this MR do and why?

Typecast array elements in Gitlab::Database::NamespaceEachBatch with bigint instead of int, more details on why we need can be found in #438124.

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.

Database Review notes

Original plan: https://console.postgres.ai/gitlab/gitlab-production-main/sessions/29631/commands/91982

Typecasted with bigint plan: https://console.postgres.ai/gitlab/gitlab-production-main/sessions/29631/commands/91987

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #438124

Edited by Prabakaran Murugesan

Merge request reports