Closed
Bug 649871
Opened 15 years ago
Closed 15 years ago
Garbage collect old synced collections
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
6.0.8
People
(Reporter: jbalogh, Assigned: jbalogh)
Details
Detaching from bug 645180 since I don't know what a good threshold is. Here's where we stand:
mysql> select count(*) from synced_collections;
+----------+
| count(*) |
+----------+
| 599048 |
+----------+
1 row in set (1.28 sec)
mysql> select count(*) from synced_addons_collections;
+----------+
| count(*) |
+----------+
| 5672026 |
+----------+
1 row in set (5.03 sec)
| Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•