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

Batch query support #15

Open
dpratt opened this issue Aug 10, 2014 · 0 comments
Open

Batch query support #15

dpratt opened this issue Aug 10, 2014 · 0 comments

Comments

@dpratt
Copy link
Contributor

dpratt commented Aug 10, 2014

Self-explanitory.

The trick here is to figure out how to support a batch of queries that may have disparate keyspaces associated with them. There are a couple routes we could take - if a batch request comes in, we could partition it into sub-batches with homogeneous keyspaces, and aggregate the results as they come back. Alternatively, we could just punt (as it appears that the java driver does) and use the keyspace definition from the first query in the batch.

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

1 participant