Avoids N+1 query when path fileter is triggered
Currently gitaly can return large number of filename search results, but since binary_path is not set, our ruby filter would acquire it by fetching blob data from gitaly, causing performance issue. By setting binary_path, the fetching can be avoided.
Showing
Please register or sign in to comment