Re: database perfomance worries

2013-07-04 Thread Reindl Harald
. >> >> Please have the slowlog turned on. There could be extra, useful, info in it. >> >> >>> -Original Message----- >>> From: spameden [mailto:spame...@gmail.com] >>> Sent: Tuesday, July 02, 2013 7:28 PM >>> To: Singer Wang >>

Re: database perfomance worries

2013-07-04 Thread Divesh Kamra
t; -Original Message- >> From: spameden [mailto:spame...@gmail.com] >> Sent: Tuesday, July 02, 2013 7:28 PM >> To: Singer Wang >> Cc: Andy Wallace; mysql list >> Subject: Re: database perfomance worries >> >>> >>>> We are on

RE: database perfomance worries

2013-07-04 Thread Rick James
have the slowlog turned on. There could be extra, useful, info in it. > -Original Message- > From: spameden [mailto:spame...@gmail.com] > Sent: Tuesday, July 02, 2013 7:28 PM > To: Singer Wang > Cc: Andy Wallace; mysql list > Subject: Re: database perfomance worries &

database perfomance worries

2013-07-03 Thread Andy Wallace
We are on a quest to improve the overall performance of our database. It's generally working pretty well, but we periodically get big slowdowns for no apparent reason. A prime example today - in the command line interface to the DB, I tried to update one record, and got: mysql> update agen

Re: database perfomance worries

2013-07-02 Thread spameden
> > > We are on a quest to improve the overall performance of our database. > It's > > generally > > working pretty well, but we periodically get big slowdowns for no > apparent > > reason. A > > prime example today - in the command line interface to the DB, I tried to > > update one > > record, an

Re: database perfomance worries

2013-07-02 Thread Reindl Harald
Am 03.07.2013 01:25, schrieb Andy Wallace: > Thanks for the response: > >> how large is your database? > about 33GB, and growing > >> how large is innodb_ubber? > from my.cnf: ># You can set .._buffer_pool_size up to 50 - 80 % ># of RAM but beware of setting memory usage too high >i

Re: database perfomance worries

2013-07-02 Thread Singer Wang
O On 2013-07-02 5:31 PM, "Andy Wallace" wrote: > We are on a quest to improve the overall performance of our database. It's > generally > working pretty well, but we periodically get big slowdowns for no apparent > reason. A > prime example today - in the command line interface to the DB, I tried

Re: database perfomance worries

2013-07-02 Thread Andy Wallace
Thanks for the response: > how large is your database? about 33GB, and growing > how large is innodb_ubber? from my.cnf: # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high innodb_buffer_pool_size=2048M innodb_additional_mem_pool_siz

Re: database perfomance worries

2013-07-02 Thread Reindl Harald
Am 02.07.2013 23:28, schrieb Andy Wallace: > mysql> update agent set number_of_emails = 5 where acnt = 'AR287416'; > Query OK, 1 row affected (36.35 sec) > Rows matched: 1 Changed: 1 Warnings: 0 > > 36 seconds to update one table? The primary key is `acnt`. If I run the same > (ba