-
Notifications
You must be signed in to change notification settings - Fork 427
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
LOBs are fully materialised #16
Comments
@marschall - Any suggestions on how to redesign this? |
As far as I can tell the existing |
Thanks @marschall! That was a good catch, we will redesign it in the future releases. |
@marschall opened #172 regarding this issue. |
closed by pr #172. |
BLOBs, CLOBs and NCLOBs are fully materialised into a single byte[]/String. In the case of large content (imagine a file stored in a BLOB) this puts quite a lot of pressure on both the allocator and the heap. It also defeats the point of streaming. Consider the following use case:
The text was updated successfully, but these errors were encountered: