You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. Haven't met such an issue, will try to look through the code and think about the case. Can you, please, describe, the case you are trying to solve? What do you store, how does the document look like?
I'm running a simple http server, and I just wanna read a whole document from rethinkdb and send it directly to the client without loading the entire document in memory.
It is as if I would want to read a file from a file system and send it to a http client, so I would use createReadStream, but I would like to do this from rethinkdb.
Hello,
is it possible to retrieve a whole document as a Readable stream ?
Would be great to fetch large document without keeping the whole payload in memory.
Thanks in advance
The text was updated successfully, but these errors were encountered: