Activity log for bug #736011

Date Who What changed Old value New value Message
2011-03-16 09:37:05 Robert Collins bug added bug
2011-05-15 22:26:56 Robert Collins description 1 SELECT Milestone.active, Milestone.codename, Milestone.dateexpected, Milestone.distribution, Mile ... t, Milestone.productseries, Milestone.summary FROM Milestone WHERE Milestone.id = $INT LIMIT $INT: GET: 1 Robots: 1 Local: 0 1 https://launchpad.net/libpng/main/1.2.9beta6/+rdf (ProductRelease:+rdf) OOPS-1900M664  1 SELECT Milestone.active, Milestone.codename, Milestone.dateexpected, Milestone.distribution, Mile ... t, Milestone.productseries, Milestone.summary FROM Milestone WHERE Milestone.id = $INT LIMIT $INT:    GET: 1 Robots: 1 Local: 0       1 https://launchpad.net/libpng/main/1.2.9beta6/+rdf (ProductRelease:+rdf)        OOPS-1900M664 The repeated statements section has Reps Total time Average time Saving Database id Statement 1 501 10856 21 10835 SQL-launchpad-main-slave SELECT Milestone.active, Milestone.codename, Milestone.dateexpected, Milestone.distribution, Milestone.distroseries, Milestone.id, Milestone.name, Milestone.product, Milestone.productseries, Milestone.summary FROM Milestone WHERE Milestone.id = $INTLIMIT $INT Thats 501 late-lookups of milestones. There are 777 milestones for libpng on production, and as this rdf is for a single release/milestone it suggests that the traversal is examining all the milestones in a list rather than doing a dict-style dereference.
2011-05-16 04:34:01 Curtis Hovey bug added subscriber Curtis Hovey
2011-05-16 04:35:53 Curtis Hovey launchpad: assignee Curtis Hovey (sinzui)
2011-05-16 14:51:44 Curtis Hovey launchpad: status Triaged In Progress
2011-05-16 17:45:44 Curtis Hovey branch linked lp:~sinzui/launchpad/product-release-traversal
2011-05-16 21:59:26 Curtis Hovey launchpad: milestone 11.06
2011-05-17 16:31:11 Launchpad QA Bot launchpad: milestone 11.06
2011-05-17 16:31:13 Launchpad QA Bot tags timeout qa-needstesting timeout
2011-05-17 16:31:14 Launchpad QA Bot launchpad: status In Progress Fix Committed
2011-05-17 18:16:11 Curtis Hovey tags qa-needstesting timeout qa-ok timeout
2011-05-18 03:32:55 William Grant launchpad: status Fix Committed Fix Released
2017-05-15 13:48:11 Curtis Hovey launchpad: assignee Curtis Hovey (sinzui)