nested entity means one entity inside othere as follows
<entity name="e1">
  ...
   <entity name="e2">
    ...
   </entity>
</entity>

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 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 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
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/MySql---Solr-1.3---Full-import%2C-how-to-make-request-pack-smaller--tp20066186p20067466.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>



-- 
--Noble Paul

Reply via email to