Skip to content

change(Resources.count): Optimize `count_by_status` query for resources

Guillaume MARTINEZ requested to merge optimize-resource-count-queries into develop

What does this MR do and why?

change(Resources.count): Optimize count_by_status query for resources

Concatenate X queries into 1 to fetch resources count by status

MR acceptance checklist

  • My code follows the style guidelines of this project
  • I ran pylint and other linters for modified files
  • I have performed a self-review of my own code and tested it
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • My code needed automated testing. I have added them (this is optional task)
  • I have added user readable comment in the CHANGELOG

Merge request reports