Re: Solr Performance Improvement and degradation Help

2012-02-27 Thread naptowndev
g_true.txt 2012-02-16build_lazyfieldloading_true.txt -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3780995.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Performance Improvement and degradation Help

2012-02-27 Thread naptowndev
email, your message will be added to the discussion > below: > > http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p318.html > To unsubscribe from Solr Performance Improvement and degradation Help, click > here<http://lucene.472066.n3.na

Re: Solr Performance Improvement and degradation Help

2012-02-26 Thread Yonik Seeley
On Sun, Feb 26, 2012 at 3:32 PM, Erick Erickson 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 f

Re: Solr Performance Improvement and degradation Help

2012-02-26 Thread Erick Erickson
nywhere around 6-8 seconds before. >>> > >>> > Granted, I've only run about 20 tests (manually) at this point, so I'm >>> going >>> > to keep hitting at the server for a while with different queries to see >>> if >>> > anyt

Re: Solr Performance Improvement and degradation Help

2012-02-24 Thread naptowndev
; lazyfieldloading to false has improved performance. >> > >> > It'd be ideal to figure out why that's the case, but that's a little >> beyond >> > my skill set at the moment. >> > >> > I'll let you guys know how results look as

Re: Solr Performance Improvement and degradation Help

2012-02-24 Thread naptowndev
et you guys know how results look as I proceed throughout the day. > > (I've yet to run these tests against the 2010 build we were comparing > > against - so I need to do that too) > > > > Please also let me know if you have any further suggestions. > > > > T

Re: Solr Performance Improvement and degradation Help

2012-02-24 Thread Erick Erickson
ease also let me know if you have any further suggestions. > > Thanks! > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3773310.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Performance Improvement and degradation Help

2012-02-24 Thread naptowndev
to run these tests against the 2010 build we were comparing against - so I need to do that too) Please also let me know if you have any further suggestions. Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3

Re: Solr Performance Improvement and degradation Help

2012-02-24 Thread Erick Erickson
brings it back in about 8.4 seconds. >> >> > >> >> > Implementing the field list wildcard allows us to reduce the payload >> in >> >> the >> >> > newer build (not an option in the older build).  They payload is >> reduced &

Re: Solr Performance Improvement and degradation Help

2012-02-24 Thread Yonik Seeley
On Fri, Feb 24, 2012 at 11:24 AM, naptowndev wrote: > Another question I have is regarding solr.LRUCache vs. solr.FastLRUCache. > Would there be reason to implement (or not implement) fastLRU on the > documentcache? LRUCache can be faster if the hit rate is really low (i.e. the eviction rate is h

Re: Solr Performance Improvement and degradation Help

2012-02-24 Thread naptowndev
ement) fastLRU on the documentcache? Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3773015.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Performance Improvement and degradation Help

2012-02-24 Thread Yonik Seeley
On Fri, Feb 24, 2012 at 10:25 AM, naptowndev wrote: > Our current config for that is as follows: > initialSize="*15000*"autowarmCount > ="*0*" /> > > It's the same for both instances I assume the asterisks are for emphasis and are not actually present in your config? > And lazyfieldloading is e

Re: Solr Performance Improvement and degradation Help

2012-02-24 Thread naptowndev
;> > > >> > From a wildcard perspective, it's on the fl parameter... here's a > >> 'snippet' > >> > of part of our fl parameter for the query > >> > > >> > &fl=id, CategoryGroupTypeID, MedicalSpecial

Re: Solr Performance Improvement and degradation Help

2012-02-23 Thread Erick Erickson
; Category_*_Grade, >> > Category_*_GradeDisplay, Category_*_GradeTier, >> Category_*_ReportLocations, >> > Category_*_ReportLocationCoordinates, Category_*_coordinate, score >> > >> > Please note that that fl param is greatly reduced

Re: Solr Performance Improvement and degradation Help

2012-02-23 Thread naptowndev
t; Category_*_ReportLocations, > > Category_*_ReportLocationCoordinates, Category_*_coordinate, score > > > > Please note that that fl param is greatly reduced from our full query, > we > > have over 100 static files and a slew of dynamic fields - but that > should >

Re: Solr Performance Improvement and degradation Help

2012-02-23 Thread Erick Erickson
;m not sure about the maxBooleanClauses...not being all that familiar with > Solr, does that apply to wildcards used in the fl list? > > Thanks! > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3769995.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Performance Improvement and degradation Help

2012-02-23 Thread naptowndev
have over 100 static files and a slew of dynamic fields - but that should give you an idea of how we are using wildcards. I'm not sure about the maxBooleanClauses...not being all that familiar with Solr, does that apply to wildcards used in the fl list? Thanks! -- View this message in context

Re: Solr Performance Improvement and degradation Help

2012-02-23 Thread Erick Erickson
d cache). > > Anybody have any insight into why the newer versions are performing a bit > slower? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3767725.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Performance Improvement and degradation Help

2012-02-22 Thread naptowndev
). Anybody have any insight into why the newer versions are performing a bit slower? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3767725.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Performance Improvement and degradation Help

2012-02-22 Thread naptowndev
;d love to not only have the performance boost from fast vector highlighting, but also the decreased payload size. Thanks in advance! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Performance-Improvement-and-degradation-Help-tp3767015p3767015.html Sent from the Solr - User mailing list archive at Nabble.com.