Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Default LOB Prefetch to 1GB #163

Merged
merged 4 commits into from
Dec 9, 2024
Merged

Set Default LOB Prefetch to 1GB #163

merged 4 commits into from
Dec 9, 2024

Conversation

Michael-A-McMahon
Copy link
Member

Fixes #160

Changed the default LOB prefetch size from 1MB to 1GB. Oracle R2DBC was always documented to use a 1GB setting, but I must have coded it as 1MB by mistake. A new test will now verify that the default setting is at least larger than 1MB (verifying the 1GB would require a very slow test).

@Michael-A-McMahon Michael-A-McMahon self-assigned this Dec 4, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 4, 2024
@jeandelavarene jeandelavarene merged commit 2db2fae into main Dec 9, 2024
2 of 3 checks passed
@jeandelavarene jeandelavarene deleted the 160-lob-1gb branch December 9, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default LOB Prefetch is Not Correct
2 participants