-
Notifications
You must be signed in to change notification settings - Fork 42
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 support #18
Labels
Comments
jorgebay
added a commit
that referenced
this issue
Aug 28, 2013
I'm interested too! Have to receive a lot complete rows and that would blow out my memory |
jorgebay
added a commit
that referenced
this issue
Sep 12, 2013
jorgebay
added a commit
that referenced
this issue
Sep 13, 2013
* Read streaming column. * New unit test for delayed reading of the stream.
jorgebay
added a commit
that referenced
this issue
Sep 17, 2013
jorgebay
added a commit
that referenced
this issue
Sep 18, 2013
jorgebay
added a commit
that referenced
this issue
Sep 26, 2013
jorgebay
added a commit
that referenced
this issue
Nov 14, 2013
It took a while but its finished!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide streaming support to avoid storing in memory large buffers when retrieving info from Cassandra.
Use cases
The resulting
stream
is readable and buffers if no consumer is pulling data from it.Sample
Use cases: queries to stream
The text was updated successfully, but these errors were encountered: