Thanks Scott.
On Fri, Nov 7, 2014 at 2:22 PM, Scott Lystig Fritchie wrote:
> raghwani sohil wrote:
>
> rs> It means key k1 and k3 becomes dead keys Right ?
>
> Correct.
>
> -Scott
>
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.b
raghwani sohil wrote:
rs> It means key k1 and k3 becomes dead keys Right ?
Correct.
-Scott
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
Hi Scott,
Thanks for your reply.
I have small doubt.
Let's say I have added three keys k1,k2,k3
k1 => v1 (added on 2014/02/01)
k2 => v2 (added on 2014/02/01)
k3 => v3 (added on 2014/02/01)
After some days I have performed below operations
1. I have overwrite value of key k1 (k1 => v4)
2. Delet
raghwani sohil wrote:
rs> what is meaning of "keys that are no longer the latest value" ?
Keys that have been overwritten with a newer value.
-Scott
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-u
Hi Team,
I am using older version of riak and I have deleted keys from riak but when
I list down keys from bucket, it shows me deleted keys also.
I want to reclaim disk space occupied by only *deleted keys*.
I am planning to add *dead_bytes_merge_trigger *setting in* app.config *
file.
1. Will