Convert merge request SHA columns to binary
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Extracted from https://gitlab.com/gitlab-org/gitlab-ce/issues/31825:
-
merge_commit_sha should be bytea -
rebase_commit_sha should be bytea -
in_progress_merge_commit_sha should be bytea
These columns can be made bytea to reduce the space necessary by 50%. This does however require that any columns these columns are joined onto are also converted to bytea.
Edited by 🤖 GitLab Bot 🤖