Awesomebar suggestions are very slow with a lot of tags
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
People
(Reporter: 0RUBn0, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [snt-scrubbed][search-performance])
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Comment 4•10 years ago
|
||
Updated•10 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Comment 6•4 years ago
|
||
:mak, do you have a sharable usecase for this scenario or an idea if it's still as bad as intially reported?
Comment 7•4 years ago
|
||
(In reply to Adrian Florinescu [:aflorinescu] from comment #6)
:mak, do you have a sharable usecase for this scenario or an idea if it's still as bad as intially reported?
What do you mean by a sharable usecase? We have a few users with thousands of tags, and likely this is still slow for various reasons, mostly that retrieving tags is slow (bug 424160), and then matching on them is also slow because we build a giant string and linearly match on it. It would be useful to have a tags table with an index.
There may have been some improvement on the frontend side with QuantumBar, but it's likely still slow because the backend didn't change around tags.
Updated•3 years ago
|
Comment 8•2 years ago
|
||
There needs to be further investigation in how we optimally search tags. Currently, we are joining the tags in a string and matching against the string. A possible solution is to put the tags in memory, or put the tags in its own index table, there are many possibilities and need further investigation is needed. We also want to match full tags, not partial tags.
Updated•2 years ago
|
Description
•