-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support binary protocol v3 #22
Comments
+1 |
Hey @thefosk. Could you please elaborate why you are interested in this feature? I think that one possible benefit is that it would be possible to implement named arguments for queries, but this does not have a high priority for me. Thanks. |
Oh, missed this issue. Yes, +1, BATCH and named argument as well as default timestamp would be really, really useful |
@jbochi Batching would be very useful for executing multiple operations in one request, thus optimizing performance in some scenarios. |
@jbochi How do you wish to support v3? Should the library be backwards compatible, handled by the code, should 2 branches be maintained (say |
My initial thought was that we should provide an option for the user to choose the protocol version on library initialization, but if the official drivers are dropping the v2 support we can do that as well. |
Just putting this here for future reference as it took me a ridiculous amount of time to find it (more than 60 seconds...). Binary protocol v3 definition: |
I guess very few people have read this document. It's indeed insanely hard On Wed Feb 18 2015 at 3:33:43 AM Thibault Charbonnier <
|
Changes from v2:
The text was updated successfully, but these errors were encountered: