I think, that could make sense, if those caches would be flushed regularly depending no how many users are there. And I don't think, mysql would be too good for that, I'd prefer some kind of serialized data in files.
On Wed, 11 Jun 2008 11:30:36 +0200 Andreas <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 09:32:51AM +0200, Thomas Bruederli wrote: > > This will probably bloat the database like hell. Consider thousands > > of users having thousands of messages with attachments. If the size > > of the database grows, it takes even longer to load data because of > > a higher seeking time. Also opening a single message is less > > expensive than listing hundred of headers. This is why we just > > cache headers. > > Would it help if you only request the 20-some headers that are to be > displayed? If the IMAP server does the sorting, RoundCube doesn't > need to know about all of the messages in a folder. > -- Aleksei "rusty_angel" Miheev ST-Hosting mailto:[EMAIL PROTECTED] xmpp:[EMAIL PROTECTED] +7 (8313) 244 000 _______________________________________________ List info: http://lists.roundcube.net/dev/
