[horde] Horde Implementation Going South
Leonardo Rodrigues Magalhães
leolistas at solutti.com.br
Wed Sep 5 17:20:50 UTC 2007
Dave Cunningham escreveu:
>
> 2.) MYSQL - We have mysql running on a separate server of the same specs. It frequently uses 100% of BOTH cpus in what appears, by using myTop, to be a bunch of Join statements on the horde_datatree table. Switching to InnoDB seemed to make it faster at first. But, as the number of sessions increased, all performance increases were lost and perhaps made worse. I also tried upgrading mysql from the stock RHEL4 version 4 rpm to the V5 RPM from mysql.org. There was no noticeable difference there.
>
>
Are you sure your tables have the needed indexes for your complex
queries ? I have seen several MySQL falling with high loads and killing
everything else that depends on it because of some miserable missing
indexes.
Try running your queries, in mysql client command line, using
DESCRIBE before the SELECT .... and watch if mysql is using indexes,
doing linear scan on the table, etc etc
describe select .... from ... where .....;
--
Atenciosamente / Sincerily,
Leonardo Rodrigues
Solutti Tecnologia
http://www.solutti.com.br
Minha armadilha de SPAM, NÃO mandem email
gertrudes at solutti.com.br
My SPAMTRAP, do not email it
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5672 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.horde.org/archives/horde/attachments/20070905/ce746acd/attachment-0001.bin
More information about the horde
mailing list