Closed
Bug 854438
Opened 12 years ago
Closed 11 years ago
Expiring form history is very slow
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: djc, Unassigned)
References
Details
From my telemetry:
2 1748 DELETE FROM moz_formhistory WHERE lastUsed <= :expireTime /* formhistory.sqlite */
The sample size is kind of small, but 1748ms seems very slow (it's the slowest query from the telemetry data, including both main and other threads).
Comment 1•12 years ago
|
||
Bug 566746 (coincidentally landing soon) should fix this.
Comment 2•11 years ago
|
||
Fixed by bug 566746 and bug 876002's blockers fixed this.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•