-
Notifications
You must be signed in to change notification settings - Fork 127
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
Question: how to steam results from read query on big table? #629
Comments
How can i make something similiar for https://www.rethinkdb.com/api/javascript/#each_async |
i'm using this example http://justonepixel.com/thinky/documentation/api/query/#execute
but i recieve this error: Unhandled rejection TypeError: cursor.each is not a function |
Streams don't work with hinky. I think you want |
@neumino Thanks, I had the same question, and the solution worked for me :-) It would be great to mention this aspect in the docs If you point me to the repo with the docs, and I'll be happy to document all pitfalls on my learning path and send a PR with the improvements to the documentation. |
They are in the brand |
Question
I have table with few millions of entries in in. I want to process every one of them.
So, i initialized a Thinky Model binding for this table (let us say, Item).
And i want query like this
how it is possible?
The text was updated successfully, but these errors were encountered: