•  
      request #9824 Missing index on plugin_git_full_history
    Infos
    #9824
    Nicolas Terray (nterray)
    2017-01-06 18:02
    2017-01-06 10:07
    10093
    Details
    Missing index on plugin_git_full_history
    Empty
    Empty
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-01-06
    Attachments
    Empty
    References
    Referencing request #9824
    Referenced by request #9824

    Artifact Tracker v5

    rel #9810 9.4

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2017-01-06 18:02
    Integrated into Tuleap 9.3.99.6.

    • Status changed from Under review to Closed
    • Connected artifacts
    • Close date set to 2017-01-06
    User avatar
    ALTER TABLE plugin_git_full_history
    ADD INDEX time_repository_id (time, repository_id),
    DROP INDEX time_idx;