Switch from findByMentionedPersons_PersonId (derived query, returns blocks with LAZY mentionedPersons) to findByPersonIdWithMentionsFetched (JOIN FETCH, loads full collections in one round-trip). 200-block propagation: from 201 queries to 2. Add @Transactional comment documenting join-transaction semantics. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>