Re: limit of bucket/solr indexes

2016-01-15 Thread Vitaly E
Hi Alexander, I didn't see anybody answering your question, so I'll try my best to answer it myself. The practical number of Solr indices in Riak KV is pretty low. I won't recommend working with more than a few. We hit severe performance problems at around a few tens of Solr indexes. So it looks

Re: limit of bucket/solr indexes

2015-11-19 Thread Damien Krotkine
Alexander Popov wrote: 1. does Riak have restrictions on bucket numbers? In practical life no, as long as you use bucket-types properly. 2. same for SOLR indexes? I assume you'll want one index per bucket. SOLR indexes are mostly limited by the RAM and disk space that you can throw at them

limit of bucket/solr indexes

2015-11-18 Thread Alexander Popov
1. does Riak have restrictions on bucket numbers? 2. same for SOLR indexes? Interesting not theoretical, but practical limits when it start works bad. Use case: we want split users bucket to bucket-per-team model, this bucket have also solr index on top. Can it work for 1000 teams? 10k? 100k?