Skip to content

Prevent Gitaly N+1 queries in blob search

Mark Chao requested to merge 118669-blob-preload into master

What does this MR do?

Fix N+1 queries caused by #118669 (closed)

This MR avoids this by treating binary_path the same as blob_path, which is used to comparison, avoiding loading blob data.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by 🤖 GitLab Bot 🤖

Merge request reports