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, sunnyfr <[EMAIL PROTECTED]> wrote: > > 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---Full-import%2C-how-to-make-request-pack-smaller--tp20066186p20066186.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- --Noble Paul