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, I'm creating a storage engine to use with an infrastructure to deal with some aspects that can be understood as a big data framework in some ways.
I'm evaluating pyorient as a package to access the server using the binary protocol, since we use python as a standard language for implementations.
It's more a question then an issue, so, sorry for the trouble.
But, the scenario is, I have a query in a cluster that returns 10 millions records as result. How I deal with this in the package? Also, considering an async approach. In mongodb motor package, there is an implementation that enables to fetch all data in a list, or use a cursor to avoid problems with large result sets.
If I need this I must implement?
Best regards and great work in this package, congrats
André
The text was updated successfully, but these errors were encountered:
aemitos
changed the title
Is it possible to use cursor with this package?
Is it possible to use cursors with this package?
May 15, 2016
Thinking right now, the cursor would be good if it considers a stream because if I decide to use skips and limits I will have to execute lots of queries to get the results, right?
Sorry to transform the issue into a question, and right now, I kind of discussion.
Thanks in advance
Regards
Hi, I'm creating a storage engine to use with an infrastructure to deal with some aspects that can be understood as a big data framework in some ways.
I'm evaluating pyorient as a package to access the server using the binary protocol, since we use python as a standard language for implementations.
It's more a question then an issue, so, sorry for the trouble.
But, the scenario is, I have a query in a cluster that returns 10 millions records as result. How I deal with this in the package? Also, considering an async approach. In mongodb motor package, there is an implementation that enables to fetch all data in a list, or use a cursor to avoid problems with large result sets.
If I need this I must implement?
Best regards and great work in this package, congrats
André
The text was updated successfully, but these errors were encountered: