BigW Consortium Gitlab
Artifacts are in the middle of being migrated from ci_builds to ci_job_artifacts. The expiration date is currently visible in both of these tables and the test for whether an expired artifact is present for a job is complex as it requires checking both the of the tables. Add two new indexes, one on ci_builds.artifacts_expire_at and one on ci_job_artifacts.expire_at to enable finding expired artifacts efficiently. And until the migration is finished, replace the SQL for finding expired and non-expired artifacts with a hand-crafted UNION ALL based query instead of using OR. This overcomes a database optimizer limitation that prevents it from using these indexes. When the migration is finished the next version should remove this query and replace it with a much simpler query on just ci_job_artifacts. See https://gitlab.com/gitlab-org/gitlab-ce/issues/42561 for followup.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
artifact_blob.rb | Loading commit data... | |
build.rb | Loading commit data... | |
build_trace_section.rb | Loading commit data... | |
build_trace_section_name.rb | Loading commit data... | |
group.rb | Loading commit data... | |
group_variable.rb | Loading commit data... | |
job_artifact.rb | Loading commit data... | |
legacy_stage.rb | Loading commit data... | |
pipeline.rb | Loading commit data... | |
pipeline_schedule.rb | Loading commit data... | |
pipeline_schedule_variable.rb | Loading commit data... | |
pipeline_variable.rb | Loading commit data... | |
runner.rb | Loading commit data... | |
runner_project.rb | Loading commit data... | |
stage.rb | Loading commit data... | |
trigger.rb | Loading commit data... | |
trigger_request.rb | Loading commit data... | |
variable.rb | Loading commit data... |