You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Peter Wolanin <pe...@acquia.com> on 2010/02/08 00:08:01 UTC

Re: Solr 1.4 - stats page slow

Yes, we do have some fields (like the creation date) that we use for
both sorting and faceting.

-Peter

On Tue, Jan 26, 2010 at 8:55 PM, Yonik Seeley
<yo...@lucidimagination.com> wrote:
> On Tue, Jan 26, 2010 at 8:49 PM, Peter Wolanin <pe...@acquia.com> wrote:
>> Sorry for not following up sooner- been a busy last couple weeks.
>>
>> We do see a significant instanity count - could this be due to
>> updating indexes from the dev Solr build?  E.g. on one server I see
>
> Do you both sort (or use a function query) and facet on the "created" field?
> Faceting on single-valued fields is still currently done at the
> top-level reader, while sorting and function queries are at a segment
> level.
>
> -Yonik
> http://www.lucidimagination.com
>



-- 
Peter M. Wolanin, Ph.D.
Momentum Specialist,  Acquia. Inc.
peter.wolanin@acquia.com

Re: Solr 1.4 - stats page slow

Posted by Yonik Seeley <yo...@lucidimagination.com>.
FYI, I opened https://issues.apache.org/jira/browse/SOLR-2036
for this.

-Yonik
http://www.lucidimagination.com

On Tue, Aug 10, 2010 at 8:35 PM, entdeveloper
<ca...@gmail.com> wrote:
>
> Apologies if this was resolved, but we just deployed Solr 1.4.1 and the stats
> page takes over a minute to load for us as well and began causing
> OutOfMemory errors so we've had to refrain from hitting the page. From what
> I gather, it is the fieldCache part that's causing it.
>
> Was there ever an official fix or recommendation on how to disable the stats
> page from calculating the fieldCache entries? If we could just ignore it, I
> think we'd be good to go since I find this page very useful otherwise.

Re: Solr 1.4 - stats page slow

Posted by entdeveloper <ca...@gmail.com>.
Apologies if this was resolved, but we just deployed Solr 1.4.1 and the stats
page takes over a minute to load for us as well and began causing
OutOfMemory errors so we've had to refrain from hitting the page. From what
I gather, it is the fieldCache part that's causing it.

Was there ever an official fix or recommendation on how to disable the stats
page from calculating the fieldCache entries? If we could just ignore it, I
think we'd be good to go since I find this page very useful otherwise. 
-- 
View this message in context: http://lucene.472066.n3.nabble.com/Solr-1-4-stats-page-slow-tp498810p1081193.html
Sent from the Solr - User mailing list archive at Nabble.com.