Closed
Bug 155451
Opened 23 years ago
Closed 23 years ago
optimize Bugzilla tables
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Assigned: myk)
References
Details
The Bugzilla tables, especially ones with variable-length rows, may be
suboptimal. They should be optimized:
http://www.mysql.com/doc/O/P/OPTIMIZE_TABLE.html
Comment 1•23 years ago
|
||
ANALYZE should probably be done via a cron job every so often (Weekly?), or at
least after every schema update.
| Assignee | ||
Comment 2•23 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•