Re: [Exim] slow mysql query in exim

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Hirling Endre
Date:  
À: exim-users
Sujet: Re: [Exim] slow mysql query in exim
Attila Soki wrote:

> Examples:
> mysql> select domain from mail where domain="xy.com" limit 1;
> 1 row in set (0.00 sec)
>
> mysql> select distinct domain from mail where domain="xy.com";
> 1 row in set (12.67 sec)


you DO have an index on mail(domain), dont you?

-m-