I am trying to insert and Update more than 5000 records using JPA (repository.save),Which is taking more time around more than 4 mins. But I want this operation in very less time.
How to make this Operation faster?
I am trying to insert and Update more than 5000 records using JPA (repository.save),Which is taking more time around more than 4 mins. But I want this operation in very less time.
How to make this Operation faster?