stories icon indicating copy to clipboard operation
stories copied to clipboard

Prefer bulk operations.

Open proofit404 opened this issue 4 years ago • 0 comments

Instead of trying to apply the same story to multiple objects, or ask how to repeat the same story in a loop - write story which operates on a collection of objects.

In addition, that would frequently result in efficient database layer utilization and minimize possible N+1 queries.

proofit404 avatar Mar 26 '21 09:03 proofit404