-
Notifications
You must be signed in to change notification settings - Fork 468
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
Streaming pause feature #363
Comments
Not that I am aware of... you should check with the upstream tedious module that is the default adapter this project uses... if it were implemented, then it would be possible to support streaming pushback, so that it only brings in as much as can be handled. It's worth noting, that I've only had issues with this when I'm trying to run through more than a few hundred thousand records in a stream, but that hit's node's memory/object allocation limits... If you're having problems with this, you can try exposing the garbage collectors and collect on each item, ymmv though. |
thanks @tracker1 . I read the Tedious docs, but they don't talk about stream feature. I will try to find a workaround solution and let you know. |
I've got same problem: #471 |
@uribes78 Did you find any solution? |
Anyone have a way to use this tedious feature from mssql? |
I read other issues with 'stream' relation looking for the same 'problem' I have, but I did not find.
My question is, is there a feature (or howto) make a pause on the stream option for each row? I have been using mysql proyect and it has a pause method, is there something like that for the streaming with this driver?
if there is no feature like that, no problem, but could be useful to have it. Thanks any way.
The text was updated successfully, but these errors were encountered: