AW: High CPU usage duing index and search

2007-08-15 Thread Steinert, Fabian
10:31 An: java-user@lucene.apache.org Betreff: RE: High CPU usage duing index and search Greetings, I have tested with Mysql, the grouping is ok when there is not much records in the table, but when I come across to performed grouping in a table which have 3 millions of records, It really ta

RE: High CPU usage duing index and search

2007-08-15 Thread Chew Yee Chuang
eChuang, Chew -Original Message- From: testn [mailto:[EMAIL PROTECTED] Sent: Monday, August 13, 2007 4:34 PM To: java-user@lucene.apache.org Subject: RE: High CPU usage duing index and search To me, it looks like what you are trying to achieve is more suitable to be the database where it

RE: High CPU usage duing index and search

2007-08-13 Thread testn
o:[EMAIL PROTECTED] > Sent: Tuesday, August 07, 2007 10:37 PM > To: java-user@lucene.apache.org > Subject: RE: High CPU usage duing index and search > > > Check out Filter class. You can create a separate filter for each field > and > then chain them together using Chai

RE: High CPU usage duing index and search

2007-08-12 Thread Chew Yee Chuang
@lucene.apache.org Subject: RE: High CPU usage duing index and search Check out Filter class. You can create a separate filter for each field and then chain them together using ChainFilter. If you cache the filter, it will be pretty fast. Chew Yee Chuang wrote: > > Greetings, > > Yes, proc

RE: High CPU usage duing index and search

2007-08-07 Thread testn
e: >> 7/31/2007 >> 5:26 PM >> >> >> >> >> ----- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >

RE: High CPU usage duing index and search

2007-08-07 Thread Chew Yee Chuang
1 AM To: java-user@lucene.apache.org Subject: Re: High CPU usage duing index and search It sounds like you have a fairly busy system, perhaps 100% load on the process is not that strange, at least not during short periods of time. A simpler solution would be to nice the process a little bit in

RE: High CPU usage duing index and search

2007-08-02 Thread testn
CPU resources. > > Hope this info will help and sorry for my bad English. > > Thanks > eChuang, Chew > > -----Original Message- > From: karl wettin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 31, 2007 5:54 PM > To: java-user@lucene.apache.org > Subject: Re:

Re: High CPU usage duing index and search

2007-08-01 Thread karl wettin
5:54 PM To: java-user@lucene.apache.org Subject: Re: High CPU usage duing index and search 31 jul 2007 kl. 05.25 skrev Chew Yee Chuang: But just notice that when Lucene performing search or index, the CPU usage on my machine raise to 100%, because of this issue, some of my others backend process

RE: High CPU usage duing index and search

2007-07-31 Thread Chew Yee Chuang
Chew -Original Message- From: karl wettin [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 5:54 PM To: java-user@lucene.apache.org Subject: Re: High CPU usage duing index and search 31 jul 2007 kl. 05.25 skrev Chew Yee Chuang: > But just notice that when Lucene performing search

Re: High CPU usage duing index and search

2007-07-31 Thread karl wettin
31 jul 2007 kl. 05.25 skrev Chew Yee Chuang: But just notice that when Lucene performing search or index, the CPU usage on my machine raise to 100%, because of this issue, some of my others backend process will slow down eventually. Just want to know does anyone face this problem before ? an

High CPU usage duing index and search

2007-07-30 Thread Chew Yee Chuang
Greetings All, I have been trying out Lucene recently and very happy with the search performance. But just notice that when Lucene performing search or index, the CPU usage on my machine raise to 100%, because of this issue, some of my others backend process will slow down eventually. Just want