This is a discussion on AW: Postfix + MySql - reducing queries? within the mailing.postfix.users forums, part of the Mail Servers and Related category; Hi, > With MySQL 4.0.1, you may use query cache (see mysql server manual) ok thnx ... but i ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
> With MySQL 4.0.1, you may use query cache (see mysql server manual) ok thnx ... but i am still confused about why e.g. the cleanup service lockups things that have already been discovered by smtpd? e.g.: ---------------------- [SMTPD] 3490 Query select goto from alias where address =3D 'user@mydomain' 3490 Query select goto from alias where address =3D '@mydomain' 3491 Query select maildir from mailbox where address =3D 'user@mydo= main' [pre clenaup ?!] 3490 Query select goto from alias where address =3D 'user@mydomain' 3490 Query select goto from alias where address =3D '@mydomain' 3491 Query select maildir from mailbox where address =3D 'user@mydo= main' ---------------------- Regards, niko -- Nikolas Hagelstein hauptsache.net GmbH Ruhrstra=DFe 11 - Phoenixhof 22761 Hamburg fon 040 41 26 37 -30 fax 040 41 26 37 -37 |