Closed
Bug 58775
Opened 25 years ago
Closed 17 years ago
remove empty threads from db when last msg header is deleted to improve performance
Categories
(MailNews Core :: Database, defect, P2)
MailNews Core
Database
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: Bienvenu, Assigned: Bienvenu)
References
(Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [nsbeta1+ 2/13])
When we delete the last header from a thread, we should delete the thread table
from the underlying MDB database.
| Assignee | ||
Comment 1•25 years ago
|
||
this will improve performance by making databases smaller, and reducing the
memory footprint of an open database.
Status: NEW → ASSIGNED
Keywords: perf
Comment 3•25 years ago
|
||
masrking nsbeta1+ and moving to mozilla0.8
Comment 5•25 years ago
|
||
marking nsbeta1- and moving to future milestone.
Updated•21 years ago
|
Product: MailNews → Core
Comment 6•18 years ago
|
||
this still true?
Status: ASSIGNED → NEW
OS: Windows NT → All
QA Contact: esther → database
Hardware: PC → All
Summary: remove empty threads from db when last msg header is deleted → remove empty threads from db when last msg header is deleted to improve performance
| Assignee | ||
Comment 7•18 years ago
|
||
I don't know if this is still true. My recollection is that Mork is supposed to do this for us (delete empty tables with no references to them) and it may do so.
Comment 8•17 years ago
|
||
This may not be true, based on my 16913 tests. I'll have to look into it more....
Comment 9•17 years ago
|
||
I can't quite tell if mork does this or not (there is a lot of code marked "to be fixed later" or similar in mork).
But you actually fixed this back in 2002 as a result of bug 140613...
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 10•17 years ago
|
||
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•