vanadium / issues

Vanadium issue tracker
1 stars 1 forks source link

Support bulk put operation #743

Open aghassemi opened 8 years ago

aghassemi commented 8 years ago

Another use-case that was brought up by Kishore is ability to do a bulk put so we don't do a call per item to put. Something like:

table.PutBulk(map[string]interface{} map)

@asadovsky @kenashcraft

kenashcraft commented 8 years ago

Sounds fine to me.

asadovsky commented 8 years ago

SGTM. I think this would belong in a util library rather than the core API. (Note, you might wish to allow the caller to configure whether the puts are done as a batch.)