•  
      request #12440 add missing index on user.ldap_id
    Infos
    #12440
    Marie Ange Garnier (marieange)
    2018-10-26 11:37
    2018-10-25 14:51
    13112
    Details
    add missing index on user.ldap_id
    The following query (triggered by user autocompleter, user search, members ldap sync, …) is performing a full table scan because there is no index on user.ldap_id

    SELECT * FROM user WHERE ldap_id = 'abc'

    On a platform with lot of users it can take too much time to perform.
    Other
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Marie Ange Garnier (marieange)
    Closed
    2018-10-26
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    gerrit #12970 integrated into Tuleap 10.6.99.73

    • Summary
      -add missing indexes 
      +add missing index on user.ldap_id 
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from Under implementation to Closed
    • Connected artifacts
    • Close date set to 2018-10-26