I've never seen "the n+1 problem" used in a context like this, can you explain what that means? To me "the" n+1 problem is the one where you do your DB queries in a for loop instead of using joins or something like that: https://docs.sentry.io/product/issues/issue-details/performa...