https://bugzilla.wikimedia.org/show_bug.cgi?id=70775

            Bug ID: 70775
           Summary: Admin script is really slow now that there are lots of
                    reports
           Product: Analytics
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Wikimetrics
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Problem is when it checks for existing reports - because it matches by name. 
It should match by recurrent == 1 as well, and we should have this index on
recurrent:

create index ix_report_recurrent on report (recurrent DESC);

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to