• Dmitriy Zaporozhets's avatar
    Merge branch 'finding-issues-by-labels-performance' into 'master' · e1780825
    Dmitriy Zaporozhets authored
    Improve performance of finding issues with/without labels
    
    The changes in this MR ultimately lead to finding issues with(out) labels being about 2x faster due to:
    
    1. Newly added indexes on `issues.state` and `projects.visibility_level`
    2. Adjusting the query so that finding issues for multiple projects is more efficient
    
    See merge request !1787
    e1780825
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 94.4 KB