mysqld CPU usage is almost 100% !!!

2003-06-04 Thread nino
which consume almost 100% CPU is decreasing its CPU usage a little bit, and sometimes the CPU usage is normal. Is it because my record size grows ? Anyway, it's only 37000 rows please help me, thanks in advance --nino -- MySQL General Mailing List For list archives: http://lists.mysql.co

Re: mysqld CPU usage is almost 100% !!!

2003-06-06 Thread nino
t;[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Wed, 4 Jun 2003 20:10:40 -0700 >On Thu, Jun 05, 2003 at 10:05:00AM +0700, nino wrote: >> Hi folks, >> >> I'm experiencing some phenomenon that mysqld is consuming CPU at >> almost 100%. At this time, I only

Re: mysqld CPU usage is almost 100% !!!

2003-06-06 Thread nino
gt; >I'm not terrible ODBC-literate, so I don't know. > >Jeremy > >> -Original Message- >> From: nino [mailto:[EMAIL PROTECTED] >> Sent: Thursday, June 05, 2003 11:05 AM >> To: milis mysql >> Subject: mysqld CPU usage is almost 100% !!! >&

Table Design -- which is better?

2001-02-23 Thread Nino Skilj
g? Thanks, Nino - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe

RE: Table Design -- which is better?

2001-02-23 Thread Nino Skilj
The data would be 1's and 0's (on/off) Nino -Original Message- From: Tbone [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 4:18 PM To: [EMAIL PROTECTED] Subject: Re: Table Design -- which is better? Hi, How would the data look a like. And how about the query'

Some newbie question...

2001-01-30 Thread Nino Katic
Hi, How to solve this: TABLE: shop FIELD: article int unsigned auto_increment 1) insert into shop values (null); 2) select max(article) from shop; I want to make sure there will be no insert between 1) and 2) by some other user. So how to make this? Thx. Nino