When an ORM tool like Hibernate, executes 1 query to retrieve the Parent data and N queries to retrieve the Child data then this is called as N+1 Problem. It degrade the performance of your application.