I will run some queries today, both with lazyfield loading on and off (for
the 2010 build we're using and the 2012 build we're using) and get you some
of the debug data.



On Sun, Feb 26, 2012 at 4:13 PM, Yonik Seeley-2-2 [via Lucene] <
ml-node+s472066n3777718...@n3.nabble.com> wrote:

> On Sun, Feb 26, 2012 at 3:32 PM, Erick Erickson <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=3777718&i=0>>
> wrote:
> > Would you hypothesize that lazy field loading could be that much
> > slower if a large fraction of fields were selected?
>
> If you actually use the lazy field later, it will cause an extra read
> for each field.
> If you don't have enough free RAM for the OS to cache the entire index
> it could be even worse... the first time reading the document you take
> a hit from a real disk seek, then when you go and access those fields
> (assuming they have already been evicted from the OS cache) you take
> the hit of another disk seek.  Those could really add up.
>
> So if we're actually seeing much worse performance for lazy loading
> now than in the past, one guess would be it's due to that scenario in
> conjunction with something that is actually accessing the lazy fields.
>
> -Yonik
> lucenerevolution.com - Lucene/Solr Open Source Search Conference.
> Boston May 7-10
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3777718.html
>  To unsubscribe from Solr Performance Improvement and degradation Help, click
> here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3767015&code=bmFwdG93bmRldmd1eUBnbWFpbC5jb218Mzc2NzAxNXwtMTgwOTkwNzM4Ng==>
> .
> NAML<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3780843.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to