Closed
Bug 1130378
Opened 10 years ago
Closed 10 years ago
Improve speed of complete search reindex
Categories
(developer.mozilla.org Graveyard :: Search, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jezdez, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
The search reindexing feature in kuma is too slow as it's done serially and doesn't use Celery
What happened?
==============
It's slow
What should have happened?
==========================
It should be fast.
Is there anything else we should know?
======================================
Reporter | ||
Updated•10 years ago
|
Component: General → Search
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/94e1c013fa20c57ec2ca93618720a020b5b82103
Fixes bug 1130378 - Parallelize reindexing
https://github.com/mozilla/kuma/commit/ae8d6d4ca4fd9a7c7d8dd6f2f52067501c3e2531
Merge pull request #3061 from robhudson/faster-reindexing
Fixes bug 1130378 - Faster reindexing
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•