Dialect no longer controlling the default jdbc batch size to use

Description

Since was merged, the BasicCollectionPersister and AbstractEntityPersister 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 the Environment.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.

Activity

Fixed

Details

Assignee

Reporter

Components

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