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 #10127 Missing index related to artifact links type
    Infos
    #10127
    Manuel Vacelet (vaceletm)
    2017-04-06 16:45
    2017-04-05 18:00
    10411
    Details
    Missing index related to artifact links type

    The code is issuing a lot of queries like:

    SELECT DISTINCT nature
    FROM tracker_changeset_value_artifactlink
    WHERE group_id = N
    ORDER BY nature ASC;

    or

    UPDATE tracker_changeset_value_artifactlink SET keyword='S' WHERE keyword='S' AND group_id='S'

    We need an index to cover that

    Trackers
    9.5
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-04-06
    Attachments
    Empty
    References
    Referencing request #10127
    Referenced by request #10127

    Follow-ups