Session-level configurable batch size support

Description

Based on this mailing list discussion, it would be useful to configure the batch size on a Session level so that the batch size is configurable per business use case.

So, probably the Session could define setBatchSize(int batchSize) and getBatchSize() methods, which will overwrite the default global batch size given by the hibernate.jdbc.batch_size configuration property.

Activity

Show:

Vlad Mihalcea May 24, 2016 at 6:35 PM

Applied PR on master.

Fixed

Assignee

Reporter

Fix versions

Priority

Created January 11, 2016 at 9:15 AM
Updated June 2, 2016 at 3:50 AM
Resolved May 24, 2016 at 6:35 PM
Loading...