and if it's PostgreSQL as the database, autovacuum is your friend.
-- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: [email protected] US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Stone Sent: Wednesday, April 04, 2007 3:33 PM To: DBMail mailinglist Subject: Re: [Dbmail] 2.2.2 slow That's not DBMail being slow, it's your database. Run top during message delivery and you'll see who's eating the cpu. Most likely you need to vacuum/optimize/analyze your tables. dbmail-util -c will do this for you. Aaron On Wed, Apr 4, 2007, Eric Hiller <[EMAIL PROTECTED]> said: > I have been running 2.2.2 and it has been very stable. Ran it as soon as it > came out and it worked on a test machine. Only thing is it is MUCH slower > than 2.0.10. Any mail request and the sql server cpu is pegged at 100% for > 2+ seconds. Is this issue resolved, or will it be in 2.2.5? > > Thanks much for dbmail it really has been great, > Eric _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
