•  
      request #11177 Slow SQL queries due to a missing primary key on the ugroup_user table
    Infos
    #11177
    Thomas Gerbet (tgerbet)
    2018-02-22 11:52
    2018-02-21 17:11
    11511
    Details
    Slow SQL queries due to a missing primary key on the ugroup_user table
    The table does not have any indexes and is used as join table between the ugroups and the users. This can lead to slow SQL queries because MySQL will be forced to do a full scan of the ugroup_user table.
    Other
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-02-22
    Attachments
    Empty
    References

    Follow-ups