David Saez Padros wrote:
Hi !!
Yes, this is due the current caching architecture which stores all headers of a folder in one DB record. If you have thousands of headers, the SQL query will make MySQL hang. This is subject to be redesigned and we already had some good posts from Ivan alias DrSlump.
just looking at _list_headers i noticed that deleted headers are also cached, is there any reason for that ?
ok, but is there any need to cache also headers which are deleted ?
No, of course not. This is a mistake and will be changed.
Thomas