Getting a large postgresql table using queryStream and ReadableStream does not 'stream' #12421
Unanswered
federicomarcantognini
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting the data from the psql database table to the client but getting it all at once instead of stream chunks. Why?
Should ReadableStream return chunks to populate a variable in the client incrementally?
routes/api/+servert.ts
routes/example/+page.svelte
Beta Was this translation helpful? Give feedback.
All reactions