Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #12578 Slow git repositories listing
    Infos
    #12578
    Nicolas Terray (nterray)
    2018-12-06 15:15
    2018-12-04 16:46
    13287
    Details
    Slow git repositories listing

    Some index are missing in order to achieve acceptable performances in git repositories listing.

    ALTER TABLE plugin_git ADD INDEX idx_project_repository(project_id, repository_id);
    ALTER TABLE plugin_git_log ADD INDEX idx_repository_date(repository_id, push_date);
    SCM/Git
    10.6
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-12-06
    Attachments
    Empty
    References
    Referenced by request #12578

    Follow-ups