Skip to content

Value of hibernate.jdbc.batch_size is ignored #877

@DavideD

Description

@DavideD

It doesn't matter what we set it to, it's always 0.

The reason is that in SessionFactoryOptionsBuilder, there's a check to see if the database supports batching and it always return false. It happens because we don't extract the info from the database

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions