• Mark Chao's avatar
    Avoids N+1 query when path fileter is triggered · 83e79096
    Mark Chao authored
    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.
    83e79096
118669-blob-preload.yml 114 Bytes