Brainberg
The best way to fetch multiple to-many relationships with Java by Vlad Mihalcea
Software EngineeringMeetupFreeOnline

The best way to fetch multiple to-many relationships with Java by Vlad Mihalcea

Thu 14 May · 17:00 – 00:00
200–1000 attendees

About this event

vJUG is moving to Luma. Please register https://luma.com/6wrxlqj3

Fetching a multi-level hierarchy from a relational database is a classic performance bottleneck. If you do it wrong, you end up with the dreaded N+1 query problem or a Cartesian Product that brings your application to its knees.

​In this session, Java Champion Vlad Mihalcea dives deep into the most efficient strategies for retrieving complex data structures—specifically for scenarios where you need to store that result set in a cache like Redis.

Source: dev_events