-
Notifications
You must be signed in to change notification settings - Fork 80
How to write a set of data in one query? #110
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
Comments
I am also interested in a solution for this. |
Feel free to open a PR which adds batch inserting. Should not be very hard to implement. |
I'm also looking for bulk writing of lines and I'd be interested in providing a PR, but i'm not sure I read the terminology in this library correctly. It looks like |
Ok, never mind. |
Ah, right. Maybe you can update the Readme Supported Features and add it there? |
Updated: #112 |
Closing this, as the README has been updated in #112 to document the bulk write capacity. |
Hi,
Thanks for the nice project. I want to write some series of data in a time, but I found the client.query() can handel only a series record a time. Is there any way to write may records in a time?
Thank you!
Regards,
Yang
The text was updated successfully, but these errors were encountered: