Closed
Bug 328329
Opened 20 years ago
Closed 19 years ago
Optimize history database indices
Categories
(Firefox :: Bookmarks & History, defect, P4)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 2 beta1
People
(Reporter: brettw, Assigned: brettw)
Details
It looks like we aren't using host or visit count indices right now, but we might in the future. Also, and index should be created to optimize autocomplete queries. Once we have a good idea of the types of common queries we need to support, we should review our indices and add/remove as necessary.
| Assignee | ||
Updated•20 years ago
|
Priority: -- → P4
Target Milestone: --- → Firefox 2 beta1
| Assignee | ||
Updated•20 years ago
|
Summary: Optimize hisotry database indices → Optimize history database indices
| Assignee | ||
Comment 1•19 years ago
|
||
I think this is pretty much done. I made sure autocomplete and expiration work well. If other cases are too slow, we can resolve those as they come up.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•