Memoize namespace monthly usage to reduce SQL queries
This eliminates an extra subtransaction and an unnecessary SELECT query. Previously we would call `namespace_usage` twice. Wihle `project_usage` was memoized, `namespace_usage` was not. Changelog: performance
Showing
Please register or sign in to comment