VOOZH about

URL: https://bugzilla.mozilla.org/2033820

⇱ 2033820 - Fix missing WITHOUT ROWID SQLite performance optimization in SERPCategorization.sys.mjs


Closed Bug 2033820 Opened 1 month ago Closed 1 month ago

Fix missing WITHOUT ROWID SQLite performance optimization in SERPCategorization.sys.mjs

Fix missing WITHOUT ROWID SQLite performance optimization in SERPCategorization.sys.mjs
Firefox
Search
unspecified
Unspecified
Unspecified
task
Points:
---
RESOLVED FIXED
RESOLVED
FIXED
152 Branch
Iteration:
---
a11y-review
Accessibility Severity
Performance Impact
Webcompat Priority
Webcompat Score
Tracking Status
firefox152 --- fixed
Tracking Status
relnote-firefox
firefox-esr115
firefox-esr140
firefox-esr153
firefox152
firefox153
firefox154
---
QA Whiteboard:
[search][qa-triage-done-c152/b151]
Has STR:
---
Change Request:
---
Bug Flags:
Signature:
None
This bug is publicly visible.

 

When we initially create the domain_to_categories table here, we make use of the WITHOUT ROWID SQLite performance optimization. But we've overlooked adding that same optimization if we need to recreate the table here.

Hi Stephanie, I’m new to Firefox contribution and I’d like to work on this good-first-bug.

I see it is currently unassigned. Could I be assigned to it?

I’ll look into adding the missing WITHOUT ROWID optimization when the domain_to_categories table is recreated in SERPCategorization.sys.mjs.

Thanks!

Assignee

Comment 2

1 month ago

I have the fix ready locally and I’m preparing to submit it to Phabricator.

Who should I request review from for this patch?

Thanks!

Hi Amin, thanks very much for working on this bug. You can add me (scunnane) as the patch reviewer.

Severity: -- → N/A
Type: defect → task
Priority: -- → P3
Assignee: nobody → amin.amir
Status: NEW → ASSIGNED

Comment 5

1 month ago
Pushed by scunnane@mozilla.com: https://github.com/mozilla-firefox/firefox/commit/1087f61fbacb https://hg.mozilla.org/integration/autoland/rev/5a78477aa37b Add WITHOUT ROWID to recreated SERP categorization table. r=scunnane,search-reviewers

Comment 6

1 month ago
bugherder
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
QA Whiteboard: [search][qa-triage-done-c152/b151]
You need to log in before you can comment on or make changes to this bug.