Closed
Bug 607107
Opened 14 years ago
Closed 14 years ago
Sort out GUIDs for bookmarks/history
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
INVALID
People
(Reporter: mconnor, Unassigned)
Details
(Keywords: perf)
GUIDs for bookmarks and history are stored differently, are in separate tables, and use a format that is very long and impacts a bunch of things (including forcing a 50 item limit for partial sync, because we fetch by IDs in a GET URI and run into length issues).
We should fix all of these things. Filing bugs on each issue to block this.
Reporter | ||
Comment 1•14 years ago
|
||
Not needing to add GUIDs, making query-by-GUID not touch annos, and having smaller GUIDs for bookmarks are all things that will help Sync.
blocking2.0: --- → ?
Keywords: perf
Comment 3•14 years ago
|
||
I've managed to morph this into nothing more than a tracking bug, so removing the blocking flag and closing it. Those interested in this work should watch bug 607117 and its dependencies.
Status: NEW → RESOLVED
blocking2.0: betaN+ → ---
Closed: 14 years ago
No longer depends on: 607117
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•