Confirmed users, Bureaucrats and Sysops emeriti
812
edits
(Created page with "'''NOTE:''' This is not likely to be a 100% comprehensive plan. I fully expect that once we address these known areas, we'll find some more stuff to optimize. Nothing is perfe...") |
No edit summary |
||
| Line 32: | Line 32: | ||
* Places has to add GUIDs for history items, and query using GUIDs for history and bookmark items. Both of these are complicated and expensive queries. | * Places has to add GUIDs for history items, and query using GUIDs for history and bookmark items. Both of these are complicated and expensive queries. | ||
* The goal here is to make GUIDs a universal attribute of places items, so that Sync doesn't need to insert them, and so queries are faster to insert and remove items. | * The goal here is to make GUIDs a universal attribute of places items, so that Sync doesn't need to insert them, and so queries are faster to insert and remove items. | ||
== Disk I/O == | |||
Tracked by {{bug|608617}} | |||
* I/O on main thread sucks, so we need to not do that. | |||