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

What about streaming? #3

Open
cabrinoob opened this issue May 3, 2016 · 2 comments
Open

What about streaming? #3

cabrinoob opened this issue May 3, 2016 · 2 comments

Comments

@cabrinoob
Copy link

Is there a way to stream out rows from redshift instead of getting the entire dataset into memory before return it to client?

Thank you for your help

@dmanjunath
Copy link
Owner

Yeah! Theoretically there's a way to do this using redshift cursors and node streams like in this module https://github.com/brianc/node-pg-query-stream. A streaming API is a great feature idea but this project currently doesn't have support for it. But I'm going to put it on the feature list for the next version.

On May 3, 2016, at 2:22 AM, cabrinoob notifications@github.com wrote:

Is there a way to stream out rows from redshift instead of getting the entire dataset into memory before return it to client?

Thank you for your help


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

@raffacabofrio
Copy link

This would be nice.

I need to write a very large csv. And would be nice to append row by row.

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

3 participants