Roundcube Community Forum

Release Support => Pending Issues => Topic started by: torob on May 03, 2012, 07:43:28 AM

Title: Delete cache from database
Post by: torob on May 03, 2012, 07:43:28 AM
Hi.

I'm using Roundcube 0.7.2 and I enabled message cache and IMAP index cache to see if it could speed up messages loading. But it seems like my ISP's database server is slower than the IMAP server since it didn't improve the speed.

Anyway, I disabled the database cache again after some testing. But the information seems to still be in the MySQL database. The table cache_index and cache_messages still contains information.

Is this the tables used for the cache? And is it safe to delete these two tables? If yes, could I delete them totally or just empty them? (Will they be recreated if I enable database cache later?)
Title: Re: Delete cache from database
Post by: SKaero on May 03, 2012, 08:02:49 AM
Yes those are the tables used for the message cache so you can empty them. I'd recommend not deleting the tables because it may cause problems when upgrading RoundCube.