On Fri, May 11, 2012 at 11:00 AM, Tim Haines <tmhai...@gmail.com> wrote:
>
>
> I ran the benchmark again for 9 hours overnight, just doing puts.
>  Performance fell steadily from 400 puts/s to 250 puts/s.
>
> Graph: http://twitpic.com/9jtjmu/full
>
>
1> Secs = 9 * 60 * 60.
32400
2> Secs * 400.
12960000

Given your writing 100M in that 9 hour span you've still only written ~13%
of the key space.  Each write is doing a get and causing the costly
multi-seek not-found.

-Z
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to