You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Riak exposes an
asis
flag onRpbPutReq
that forces Riak to not increment the underlying vector clock - documented in basho/riak_kv#546 This was requested for CorrugatedIron in #146While 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.The text was updated successfully, but these errors were encountered: