• Yorick Peterse's avatar
    Don't pluck IDs when getting issues/MRs per group · 0d0049c0
    Yorick Peterse authored
    This replaces plucking of IDs with a sub-query, saving the overhead of
    loading the data in Ruby and then mapping the rows to an Array of IDs.
    This also scales much better when dealing with a large amount of IDs
    that would be involved.
    0d0049c0
merge_request.rb 13.5 KB