Summary | Datatree system problem |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | gungorserh (at) itu (dot) edu (dot) tr |
Created | 07/01/2005 (7326 days ago) |
Due | |
Updated | 07/07/2005 (7320 days ago) |
Assigned | 07/03/2005 (7324 days ago) |
Resolved | 07/07/2005 (7320 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
done in IMP_Message::delete(). This gets called when deleting
messages manually from the trash folder, and this is the function used
to delete messages when the purge_trash maintenance task is run.
your Trash mailbox (if used) so watch out for that. Also, there was
when purging the Trash folder, either on demand or by a maintenance
task?
State ⇒ Resolved
deleted. The entires are not deleted if the message is sitting in
your Trash mailbox (if used) so watch out for that. Also, there was a
bug in the framework DataTree code that was preventing the entires
from being correctly deleted from the sql datatree backend - this has
been fixed now.
Queue ⇒ IMP
State ⇒ Assigned
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Datatree system problem
Queue ⇒ Horde.org Servers
horde_datatree and horde_datatree_attributes tables like the date of
reply. When these replied e-mails deleted these records stays still in
the database. In time this makes these tables and DB become larger and
larger. As a result when you want to read an e-mail some queries made
to these tables and these queries runs slower because of the DB size.
When deleting e-mail these records must be deleted too or some
maintaneince must be done periodically.