Skip to content
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

Closed
uribes78 opened this issue Sep 22, 2016 · 5 comments
Closed

Streaming pause feature #363

uribes78 opened this issue Sep 22, 2016 · 5 comments

Comments

@uribes78
Copy link

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.

@tracker1
Copy link

tracker1 commented Sep 23, 2016

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.

@uribes78
Copy link
Author

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.

@hosseinGanjyar
Copy link

hosseinGanjyar commented May 10, 2017

I've got same problem: #471

@hosseinGanjyar
Copy link

@uribes78 Did you find any solution?

@ealtuna
Copy link

ealtuna commented Jan 16, 2018

Anyone have a way to use this tedious feature from mssql?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants