Open
Description
Could we consider just dropping the batch query completely? This was asked in #9134 (comment) and #9134 (comment). AFAICT all it gives us is a fairly small speedup on some systems, while doubling the time for anyone with any broken packages (which is common: #8930) and adding complexity.
(It would be even better if we cached results on a per-package basis, as in #9360.)
Originally posted by @georgefst in #9391 (comment)