Re: [Exim] slow mysql query in exim

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Hirling Endre
Fecha:  
A: exim-users
Asunto: 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-