Skip to content

Conversation

gavinking
Copy link
Member

@gavinking gavinking commented Jul 27, 2025

workaround for small default fetch size on Oracle

supersedes #9635

[Please describe here what your change is about]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-19656

workaround for small default fetch size on Oracle
@LogMessage(level = WARN)
@Message(value = "Low default JDBC fetch size: %s (consider setting 'hibernate.jdbc.fetch_size')", id = 100123)
void warnLowFetchSize(int fetchSize);
@LogMessage(level = INFO)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@LogMessage(level = INFO)
@LogMessage(level = DEBUG)

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants