Closed
Bug 44556
Opened 24 years ago
Closed 24 years ago
don't write out row comments in mork databases
Categories
(MailNews Core :: Database, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: perf, Whiteboard: Fix in hand)
Mork databases are writing out /*r=0*/ type comments for every row - this
inflates the size of the .msf files on disk (maybe 5%). Since disk i/o should be
a significant component of mork performance, not writing out these comments
should speedup loading and saving mork databases. It won't be dramatic, but
every little bit helps.
Assignee | ||
Updated•24 years ago
|
Assignee | ||
Comment 1•24 years ago
|
||
It's more like a 6-7% size reduction. Definitely worth doing.
Assignee | ||
Updated•24 years ago
|
Whiteboard: Fix in hand
Assignee | ||
Comment 3•24 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
David, can you tell me which file that was checked into, so I can get this
verified? Thanks. Just doing cleanup of bugs.
QA Contact: lchiang → stephend
Assignee | ||
Comment 5•23 years ago
|
||
it would be easier just to look in a .msf file and note that there aren't a
bunch of /*r=xxx*/ in the file.
verified. thanks for the info.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•