Skip to content

fix: adding @EntityGraph to eliminate N+1

PtrDvrk requested to merge fix-orm-inefficiency into main

This request fixes an N+1 ORM inefficiency discovered in the VetRepository.

Fix: QueryGraph has been added that adds a join to the Vet SELECT and eliminates the extra queries.

Edited by PtrDvrk

Merge request reports