Fixed
Details
Assignee
Sanne GrinoveroSanne GrinoveroReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Affects versions
Priority
Created October 26, 2021 at 9:41 AM
Updated October 27, 2021 at 11:03 AM
Resolved October 26, 2021 at 3:34 PM
Since was merged, the
BasicCollectionPersister
andAbstractEntityPersister
are no longer taking into account the values suggested by the current Dialect in regards to what the default JDBC batch size should be, instead reading only theEnvironment.STATEMENT_BATCH_SIZE
property - or falling back to the default of one for this property.This is suboptimal, and is not taking into account the database metadata either.