I am using Javers with Spring Data JPA + Hibernate. When I use CurdRepository.save(Collection), the Javers API is auditing each object in the collection one by one and its causing delay to the overall insert process.
Before Integrating Javers the Process took 30 seconds to process 100 rows and after integrating Javers it took 80 seconds.
Is this an expected behavior ?