gohbase icon indicating copy to clipboard operation
gohbase copied to clipboard

Manually build multi-actions?

Open Bren2010 opened this issue 6 years ago • 1 comments

It looks like this library automatically bundles up multiple simultaneous requests into a single multi-action. Is it possible for a consumer of the library to do batch requests easier than making multiple requests in many different goroutines?

Bren2010 avatar Sep 05 '17 00:09 Bren2010

I agree with this idea, being forced to spawn thousands of routines to "batch put" small documents does not scale easily. Great module though

cdeluce avatar Nov 27 '17 15:11 cdeluce