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
We are currently facing an issue trying to prime a batch query using Scassandra based on specific variables. This is similar to the MultiPrime API that was added recently but this currently does not support batch queries.
We've come up with a proposed api for priming batch queries based on variables (you can find it below).
We are currently facing an issue trying to prime a batch query using Scassandra based on specific variables. This is similar to the MultiPrime API that was added recently but this currently does not support batch queries.
We've come up with a proposed api for priming batch queries based on variables (you can find it below).
It's worth noting that at the moment in order to prime a batch which uses prepared statements, you need to prime the prepared statement and the batch separately (see http://scassandra-docs.readthedocs.io/en/latest/java/batches/http://scassandra-docs.readthedocs.io/en/latest/java/batches/ ).
The proposed API would only require priming once, although we're not sure whether this adds additional complexity.
Happy to take feedback based on this and/or if you have any ideas on how else to deliver this functionality.
The text was updated successfully, but these errors were encountered: