Re: [exim] Exim and SQL Database performance

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users @ exim. org
Subject: Re: [exim] Exim and SQL Database performance
On 2012-07-13 17:18, Robert Blayzor wrote:
> When using Exim to pull domainlists, say:
>
> domainlist db_localdoms           = pgsql;....


Run it with suitable debug, and you'll see results being reused from cache.
It even knows that some SQL ought not to be cached.....
--
Jeremy