APvishnu chilamakuru Without a sequence, the IDENTITY would require to do a select while committing.Reply·Article·May 18, 2021·Spring Boot: Boost JPA Bulk Insert Performance by 100x
APYes, It does support auto-increment. But the catch is, JPA has to make a "select" call to increment the id. Which degrades bulk insert performance.Reply·Article·May 17, 2021·Spring Boot: Boost JPA Bulk Insert Performance by 100x