Skip to content

Set bucket resolution on stream mode

Heinz N. Gies requested to merge gh-c7b1a3a9/72/outlyerapp/bucket-info into test

Created by: davecromberge

The approach is to set the bucket resolution in the riak metadata. Since this cannot change once the bucket is created, it was necessary to first check if was already set, and if so, ensure the same value. This may introduce a slight performance penalty (DETS lookup) for every Stream write with the additional resolution parameter.

Part of: https://github.com/dalmatinerdb/dalmatinerdb/issues/64

Merge request reports