Skip to content

db: Short cut visibility check in HasRepository query

Warren Gifford requested to merge es/no-count-all into main

Created by: eseliger

As we are only interested if there is any match, we can bail out early and don't need to actually check for all the matching rows on the heap if they're visible.

Merge request reports

Loading