-
Notifications
You must be signed in to change notification settings - Fork 130
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
BLOB data loading very slowly #335
Comments
I dont know about this package, but using iconv-lite:
|
Thank you! Unfortunately, the data is still coming in slowly, so I think it must be a problem with the package or my connection somehow. I'll probably adopt that implementation, though. |
@benkoppe did you manage to solve your problem? In my case, writing and fetching is extremely slow when dealing with files around If the server is running on the same server, we notice a huge improvement (local connections are always much faster) but still i think there's some refactoring work to be done in the part the handles the blob upload for us. |
@mreis1 I'm developing remotely but in production the database will be running locally, so thanks! Hopefully that'll solve this issue. |
Hello,
I'm using this package in a Sveltekit project, and loading BLOB data into a ReadableStream like this:
However, the BLOB data is loading very slowly, at about 1-10 kbps, and I can't figure out why. I know I didn't write this Stream implementation in the best way, but this isn't the issue - the slow data loading happens regardless. Is this some sort of limitation with this package? Thanks!
The text was updated successfully, but these errors were encountered: