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

AW: High CPU usage duing index and search

2007-08-15 Thread Steinert, Fabian
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 take a very

RE: High CPU usage duing index and search

2007-08-13 Thread testn
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 ChainFilter. If you cache the filter, it will be pretty fast. Chew Yee Chuang wrote

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, process a little bit

RE: High CPU usage duing index and search

2007-08-07 Thread Chew Yee Chuang
-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 order to give your

RE: High CPU usage duing index and search

2007-08-07 Thread testn
to index it so that I can get It easily. Any help would be appreciated. Thanks eChuang, Chew -Original Message- From: karl wettin [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 7:11 AM To: java-user@lucene.apache.org Subject: Re: High CPU usage duing index and search

RE: High CPU usage duing index and search

2007-08-02 Thread testn
, 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 or index, the CPU usage on my machine raise to 100%, because of this issue, some

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 ?

RE: High CPU usage duing index and search

2007-07-31 Thread Chew Yee Chuang
-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 or index

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