What tables still have a lot of rows?
select count(*) from dbmail_xxx;

For a single user, you should probably have <10 rows in all of the 
tables. Let me know what tables still have more than that.

-Jon

Piotr Wadas wrote:
>   
>>> Garbage collection on dbmail_mimeparts is still missing.
>>>       
>
> Shall I expect the same behaviour, no matter what kind of backend
> (mysql/pgsql/sqlite) I'll use?
>
> Any simple sql hint to cleanup this table manually, something like
>
> delete 
>  from dbmail_mimeparts 
> where 
>    message_id 
> is not in ( select message_idnr from dbmail_messages )
>
> or similar?
>   


-- 
Scanned for viruses and dangerous content by MailScanner

_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to