
ken at jots
Jan 21, 2009, 9:23 AM
Post #4 of 13
(981 views)
Permalink
|
> select * from dbmail_subjectfield where subjectfield like "%foo%"; > > The query you did is a simple check for equality, not to see if "foo" is > present in the subject. Yeah, I realized my mistake after (of course) I sent the e-mail, but using wildcards only doubled the time, so it's still well under a second. An interesting datapoint, though, is that I've removed Squirrelmail from the equation -- issued the IMAP commands directly. Still takes a while -- about ten seconds -- but shaves an easy 20+ seconds off the time the client took, so now, at least, we're almost in the same ballpark. Which, I guess, means that I'm now wondering if there are clients out there that are better at this. I'm looking for a client that: 1) Does *not* cache IMAP information locally 2) Preferably is web-based, but Linux and (sigh) Windows would work. I've tried kmail, Outlook, and Evolution, and they all cache the damn messages (or, at least, the headers) locally. I want the client to leverage dbmail, here, and it's irksome to have the client think it knows better. Anyone know a client that doesn't cache (or, at least, has the option not to)? Thanks, -Ken _______________________________________________ DBmail mailing list DBmail[at]dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail
|