On Mon, May 23, 2011 at 9:39 PM, Anthony Molinaro
<antho...@alumni.caltech.edu> wrote:
>
>      Bitcask-Capacity-Planning     Cluster-Capacity-Planning   Reality
> RAM            34.9 GB                        34.9 GB             70 GB
> Disk          102 GB                          18.49 GB           341 GB
>
> So it looks to me like the numbers for RAM are about 1/2 of actual and
> the number for Disk are completely off, they are different depending on
> which page you look at on the wiki and vastly underestimate reality.

So RAM would require a little digging to figure out; disk is easier to
explain. The disk calculations do not take into account (as best I can
tell) the fact that bitcask is an append-only store and requires
periodic merging/compaction of the on-disk files. Thus, depending on
your merge triggers, more space can be used than is strictly necessary
to store the data.

D.

-- 
Dave Smith
Director, Engineering
Basho Technologies, Inc.
diz...@basho.com

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

Reply via email to