Skip to content

Unbatch board list count query

Natalia Tepluhina requested to merge ntepluhina-unbatch-count-queries into master

What does this MR do and why?

Currently, we have board list queries removed from the batch because they are heavy and can trigger query complexity maximum when batched. However, we didn't remove the queries for issue count from the batch - and they can cause the same issue in the particularly large boards. This MR unbatches the count query and renames it to make debugging easier.

Screenshots or screen recordings

No visual changes.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports