Re: How to limit resources in multi-tenant systems

2016-09-20 Thread Erick Erickson
There's really no OOB way that I know of to do what you're asking about. I'm not even sure what the "right thing to do" would be if such a limit was encountered. Fail the query? Try to execute it really slowly within the constraints? (Actually I doubt this latter is possible). The way Lucene

How to limit resources in multi-tenant systems

2016-09-20 Thread Georg Sorst
Hi list! I am running a multi-tenant system where the tenants can upload and import their own data into their respective cores. Fortunately, Solr makes it easy to make sure that the search indices don't mix and that clients can only access their "cores". However, isolating the resource