Refactor to Batched Loads Added in 1.3.0
Detect handlers performing multiple sequential database reads and refactor them into a single batched round-trip — either by returning a tuple of specifications from Load, or by combining [Entity] and [FromQuerySpecification] parameters on the handler. One round-trip instead of N is a free perf win when the reads are independent..
Skill details
- Skill name:
wolverine-refactor-to-batched-loads - Applies to:
wolverine,marten - Tags:
refactoring,performance,marten,efcore,batching,handlers - Added in: 1.3.0
- License: Proprietary. Copyright JasperFx Software LLC.
