Closed
Bug 465360
Opened 16 years ago
Closed 13 years ago
Add full-text index to frames.signature
Categories
(Socorro :: General, task, P1)
Socorro
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 651279
Future
People
(Reporter: morgamic, Unassigned)
References
Details
(Whiteboard: [search])
Frames.signature needs a full-text index in order to improve search performance for queries like the ones still causing timeouts in bug 444749.
Need to:
* determine if this is even feasible given the size of the result set and reports:frames cardinality (10:1)
* if not, find a way to flatten frame data
Reporter | ||
Updated•16 years ago
|
Severity: normal → critical
Priority: -- → P1
Reporter | ||
Comment 1•16 years ago
|
||
Full-text may not be the best case since these aren't dictionary words, but we're reading up on the best solution for optimizing this search.
Target Milestone: 0.7 → 0.6
Comment 2•16 years ago
|
||
reports.signature is what people are most likely to be interested in, so we should make that really fast. frames.signature is interesting to some people, so it'd be nice if it was possible to query against that, but you can probably restrict to exact matches if it makes life easier.
Reporter | ||
Updated•15 years ago
|
Target Milestone: 0.6 → Future
Assignee | ||
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•13 years ago
|
Whiteboard: [search]
Comment 3•13 years ago
|
||
We will get full text indexing on signatures from ES (bug 651279).
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•