Activity log for bug #41954

Date Who What changed Old value New value Message
2006-04-28 19:13:57 Diogo Matsubara bug added bug
2006-04-28 19:14:15 Diogo Matsubara rosetta: status Unconfirmed Confirmed
2006-04-28 19:14:15 Diogo Matsubara rosetta: assignee kiko
2006-04-28 19:14:15 Diogo Matsubara rosetta: statusexplanation
2006-10-30 22:11:09 Diogo Matsubara description Kiko's analysis of OOPS-117B155 "They are actually lots of TeamParticipation queries that are interspersed with: 57. 637 0ms SELECT mimetype, last_accessed, expires, filename, content FROM LibraryFileAlias WHERE id = 1850504 58. 637 1ms SELECT filename, deleted FROM LibraryFileAlias, LibraryFileContent WHERE LibraryFileContent.id = LibraryFileAlias.content AND LibraryFileAlias.id = 1850504 It appears that we could avoid at least the first query by using prejoining on TranslationImportQueueEntry, for the 'content' field. If we had double-dotted prejoining we could do "content.content" and avoid the second query as well." Kiko's analysis of OOPS-117B155 "They are actually lots of TeamParticipation queries that are interspersed with: 57. 637 0ms SELECT mimetype, last_accessed, expires, filename, content FROM LibraryFileAlias WHERE id = 1850504 58. 637 1ms SELECT filename, deleted FROM LibraryFileAlias, LibraryFileContent WHERE LibraryFileContent.id = LibraryFileAlias.content AND LibraryFileAlias.id = 1850504 It appears that we could avoid at least the first query by using prejoining on TranslationImportQueueEntry, for the 'content' field. If we had double-dotted prejoining we could do "content.content" and avoid the second query as well." OOPS-290C291
2006-10-31 14:36:00 Christian Reis rosetta: status Confirmed In Progress
2006-10-31 14:36:00 Christian Reis rosetta: statusexplanation Have a simple patch for this, but blocked in Stuart giving me input on why LibraryFileAlias is so slow to join in.
2007-02-01 12:00:36 Carlos Perelló Marín rosetta: status In Progress Needs Info
2007-02-01 12:00:36 Carlos Perelló Marín rosetta: statusexplanation Have a simple patch for this, but blocked in Stuart giving me input on why LibraryFileAlias is so slow to join in. kiko, are you still blocked?
2007-10-22 12:18:51 Christian Reis rosetta: status Incomplete Won't Fix
2007-10-22 12:18:51 Christian Reis rosetta: assignee kiko