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

Create bulk loading API #147

Open
peschkaj opened this issue Jul 2, 2013 · 1 comment
Open

Create bulk loading API #147

peschkaj opened this issue Jul 2, 2013 · 1 comment
Milestone

Comments

@peschkaj
Copy link
Contributor

peschkaj commented Jul 2, 2013

Riak exposes an asis flag on RpbPutReq that forces Riak to not increment the underlying vector clock - documented in basho/riak_kv#546 This was requested for CorrugatedIron in #146

While desirable for bulk loading, this is not desirable for regular users of the API. Performing a regular put with asis can lead to undesirable side effects.

To safely handle this, CorrugatedIron should supply a bulk loading API that is designed to handle large volumes of data and uses the asis flag internally.

@Dissolubilis
Copy link

Yes, it is a good idea. The thing with the regular put operation never crossed my mind. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants