You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: