1. 29 Dec, 2019 1 commit
    • Stan Hu's avatar
      Drop redundant index on ci_pipelines.project_id · 5cad2449
      Stan Hu authored
      According to
      https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/8823, there
      are numerous redundant indexes for index_ci_pipelines_on_project_id:
      
      * index_ci_pipelines_on_project_id_and_id_desc
      * index_ci_pipelines_on_project_id_and_ref_and_status_and_id
      * index_ci_pipelines_on_project_id_and_sha
      * index_ci_pipelines_on_project_id_and_source
      * index_ci_pipelines_on_project_id_and_status_and_config_source
      * index_ci_pipelines_on_project_id_and_status_and_updated_at
      * index_ci_pipelines_on_project_idandrefandiddesc
      
      This index is taking 3+ GB, so let's drop it.
      5cad2449
  2. 28 Dec, 2019 3 commits
  3. 27 Dec, 2019 26 commits
  4. 26 Dec, 2019 9 commits
  5. 25 Dec, 2019 1 commit