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

How can I put a list of rows? #84

Closed
forthe2008 opened this issue Apr 8, 2018 · 7 comments
Closed

How can I put a list of rows? #84

forthe2008 opened this issue Apr 8, 2018 · 7 comments

Comments

@forthe2008
Copy link

only see the put method, can I put the multi-row in one request together?

@jonbonazza
Copy link
Contributor

Currently, explicit batch operations are not support, however if you spawn multiple goroutines and multiple PUT operations are executed within a small window, these ops will all be batched automatically before sending. It's not ideal, but it works.

That said, I will be making a PR in the (maybe near?) future to add explicit batching support, as we need it at my job. All I can say is... look forward to it :P

@forthe2008
Copy link
Author

thanks

@melon3r
Copy link

melon3r commented Sep 18, 2018

Any advance in this regard? :)

@jonbonazza
Copy link
Contributor

jonbonazza commented Sep 18, 2018

Unfortunately it's been deprioritized for us as we have decided to move to a different datastore for other reasons. I wouldn't count on this work from us any time soon, if ever at this point.

Sorry. :(

@melon3r
Copy link

melon3r commented Sep 20, 2018

No worries 😉

I've tried the "spawn lots of goroutines" way and it works like a charm. It takes 40min to write to HBase what used to take ~20h. Magic.

Thanks for making this library in the first place. ❤️

@dethi dethi closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2023
@wfc199821
Copy link

Hello, Is there any advance in this regard?

@dethi
Copy link
Collaborator

dethi commented Mar 29, 2024

Yes, this was added in July 2023, see #202

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

5 participants