Re: Number of buckets...

2015-08-07 Thread Dmitri Zagidulin
Hi Joe, For most use cases, there would be no limit to the number of buckets you can have on a level db cluster. (Aside from obvious limits of, eventually you'd run out of disk space for all the objects). Riak essentially treats the bucket as merely a prefix for the key. (It basi

Number of buckets...

2015-08-07 Thread Joe Olson
>From http://docs.basho.com/riak/latest/theory/concepts/: "In general, large numbers of buckets within a Riak cluster is not a problem. In practice, there are two potential restrictions on the maximum number of buckets a Riak cluster can handle" Is there any further,

Re: indexing precommit hooks and the maximum number of buckets

2012-09-28 Thread Alfonso De Gregorio
On Mon, Sep 24, 2012 at 1:27 PM, Alfonso De Gregorio wrote: > Hi All, > > Does the Search indexing precommit hook adversely affects the maximum > number of buckets a Riak cluster can handle? > > More specifically: as long as we don't change their properties, > buckets a

indexing precommit hooks and the maximum number of buckets

2012-09-24 Thread Alfonso De Gregorio
Hi All, Does the Search indexing precommit hook adversely affects the maximum number of buckets a Riak cluster can handle? More specifically: as long as we don't change their properties, buckets are namespaces for our keys and, theoretically, there is no limit to their number [1,2]. At the

Re: Limit on number of buckets

2010-09-16 Thread Alexander Sicular
'cask' per bucket. However, nothing comes for free and this would come at the expense of file descriptors at the os level thereby introducing a constraint on the number of buckets in a cluster. This is similar to how the inno backend currently operates, as Sean pointed out. Recogn

Re: Limit on number of buckets

2010-09-16 Thread Sean Cribbs
We could then fetch the keys for the effected zip codes using map > reduce. I am open to all suggestions on how to best model this type of data > in Riak. > > Thanks, > Scott > > > Sean Cribbs wrote: >> >> Scott, >> >> There is no limit on the numbe

Re: Limit on number of buckets

2010-09-16 Thread Scott
Riak. Thanks, Scott Sean Cribbs wrote: Scott, There is no limit on the number of buckets unless you are changing the bucket properties, like the replication factor, allow_mult, or the pre- and post-commit hooks.  Buckets that have properties other than the defaults consume space in the

Re: Limit on number of buckets

2010-09-16 Thread Alexander Sicular
on twitter http://siculars.posterous.com Sent from my iPhone On Sep 16, 2010, at 14:17, SKester wrote: Is there a practical (or hard) limit to the number of buckets a riak cluster can handle? One possible data model we could use for one application could result in ~80,000 buckets. Is that

Re: Limit on number of buckets

2010-09-16 Thread Sean Cribbs
Scott, There is no limit on the number of buckets unless you are changing the bucket properties, like the replication factor, allow_mult, or the pre- and post-commit hooks. Buckets that have properties other than the defaults consume space in the ring state. Other than that, they are

Limit on number of buckets

2010-09-16 Thread SKester
Is there a practical (or hard) limit to the number of buckets a riak cluster can handle? One possible data model we could use for one application could result in ~80,000 buckets. Is that a reasonable number? Thanks, Scott ___ riak-users mailing list