Distribution.guessPackageNames is slow
Bug #613686 reported by
William Grant
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Undecided
|
William Grant |
Bug Description
Distribution.
It should query just the tables it needs, so it can be fast again.
Related branches
lp://qastaging/~wgrant/launchpad/destroy-publishedpackage
- Stuart Bishop (community): Approve (db)
- Robert Collins (community): Approve
- Launchpad code reviewers: Pending requested
-
Diff: 562 lines (+46/-299)17 files modifiedcronscripts/create-debwatches.py (+3/-3)
database/schema/comments.sql (+0/-8)
database/schema/patch-2207-80-0.sql (+8/-0)
database/schema/security.cfg (+0/-2)
lib/canonical/launchpad/browser/__init__.py (+0/-1)
lib/canonical/launchpad/database/__init__.py (+0/-1)
lib/canonical/launchpad/interfaces/__init__.py (+0/-1)
lib/lp/registry/browser/distribution.py (+1/-7)
lib/lp/registry/interfaces/distroseries.py (+0/-6)
lib/lp/registry/model/distribution.py (+34/-27)
lib/lp/registry/model/distroseries.py (+0/-11)
lib/lp/soyuz/configure.zcml (+0/-28)
lib/lp/soyuz/doc/publishedpackage.txt (+0/-32)
lib/lp/soyuz/interfaces/distroseriessourcepackagerelease.py (+0/-4)
lib/lp/soyuz/interfaces/publishedpackage.py (+0/-63)
lib/lp/soyuz/model/distroseriessourcepackagerelease.py (+0/-9)
lib/lp/soyuz/model/publishedpackage.py (+0/-96)
Changed in soyuz: | |
assignee: | nobody → William Grant (wgrant) |
status: | New → In Progress |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in db-stable r9628 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ db-stable/ revision/ 9628>.