Re: MySql - Solr 1.3 - Full import, how to make request pack smaller?

2008-10-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
nested entity means one entity inside othere as follows ... ... In this case for each row in e1 one query is executed on e2 On Mon, Oct 20, 2008 at 6:01 PM, sunnyfr <[EMAIL PROTECTED]> wrote: > > sorry but bested entities is not an expression that i know, I'm french, what > does

Re: MySql - Solr 1.3 - Full import, how to make request pack smaller?

2008-10-20 Thread sunnyfr
sorry but bested entities is not an expression that i know, I'm french, what does that means ... is it when in one request you have several table and inner join between them ? Noble Paul നോബിള്‍ नोब्ळ् wrote: > > do you have a nested entities? Then there is chance of firing too many > requests

Re: MySql - Solr 1.3 - Full import, how to make request pack smaller?

2008-10-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
do you have a nested entities? Then there is chance of firing too many requests to MySql. If you have nested entities try using CachedSqlEntityProcessor for the inner ones (only for the inner ones). i am assuming you have enough RAM to support this --Noble On Mon, Oct 20, 2008 at 3:13 PM, sunnyf

MySql - Solr 1.3 - Full import, how to make request pack smaller?

2008-10-20 Thread sunnyfr
Hi I don't have a problem of memory but It's a production database and I stuck other service on it because I've too much request on it, how can I make it maybe longer but taking less resources of MySql? Thanks a lot, -- View this message in context: http://www.nabble.com/MySql---Solr-1.3---F