Parallel Calls for child level tables from parent repo itself

25 Views Asked by At

We're using JPA + Hibernate with our Hana database. Below is the db model as such..

VehicleModel {

  1. salesModel
  2. financialModel
  3. maintenanceModel

} *

Now the repository is at Master entity Vehicle and when I'm try to access the vehicle with id vehicleRepository.findById(id), all the associated child tables query are being sent in sequence. Is there any way to fire it in parallel.

Please check dynatrace calls as below

https://github.com/spring-projects/spring-boot/issues/39522

I tried multiple conifguration but didn't work

0

There are 0 best solutions below