Re: dbmail_authlog performance

Rogerio Pereira <[email protected]>
Newsgroups gmane.mail.imap.dbmail
Message-ID <E4A4B841F23F4498917AF12A07A82C61@WINOSM5KB27OJQ>
Defintely it makes sense and it works. I noticed the absence of a primary key before. Millions of records in a nonindexed table? Hummm...It doesn’t feel right. Thanks for the quick response. I suggest adding this PK on new dbmail releases. It will boost performance in heavy loaded servers. Sincerely. Rogerio >Hi,
>
>The following update should add the missing primary key so you get sub second response times.
>ALTER TABLE dbmail_authlog
>  ADD PRIMARY KEY (id);
>
>Kind regards,
>Alan

_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.