We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @sijms,
I'm currently working with Oracle BLOBs that are larger than 5GB in size. Due to memory constraints, I would like to read these BLOBs in chunks.
As far as I can see, streaming reading is only implemented for bfile. I was wondering if it would be possible to implement similar behavior for BLOBs?
I look forward to hearing your thoughts on this. Thank you in advance for your help.
upd.
I noticed that in the python-oracledb library, there is this feature
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @sijms,
I'm currently working with Oracle BLOBs that are larger than 5GB in size. Due to memory constraints, I would like to read these BLOBs in chunks.
As far as I can see, streaming reading is only implemented for bfile. I was wondering if it would be possible to implement similar behavior for BLOBs?
I look forward to hearing your thoughts on this. Thank you in advance for your help.
upd.
I noticed that in the python-oracledb library, there is this feature
The text was updated successfully, but these errors were encountered: