Skip to content

Update High Traffic table CI list

Max Orefice requested to merge morefice/update-high-traffic-list-ci into master

What does this MR do and why?

This MR updates our High Traffic tables CI list with new tables > 10 GB.

I've used the following command on a thin clone to get those numbers 👇

SELECT pg_size_pretty( pg_total_relation_size(TABLE_NAME));
table name size
ci_job_artifact_states 43 GB
ci_job_variables 19 GB
ci_namespace_mirrors 12 GB
ci_refs 11 GB

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Max Orefice

Merge request reports

Loading