Index removal: index_ci_build_needs_on_partition_id_build_id
The problem
The index_ci_build_needs_on_partition_id_build_id index is not used, we don't need to identify all the rows for a partition, the index on build_id is sufficient for the FK constraints.
Proposal
Drop the index and recover 130GB of disk storage.