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

       Web browser: ---
            Bug ID: 55802
           Summary: Batch database title requests in rt_testing server to
                    improve performance
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: tests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The rt_testing server requests a new title from the database each time a client
asks for one, wrapping the request in a transaction to ensure no other client
gets the same title. This creates a lot of contention on the MySQL server due
to a high amount of rolledback transactions.

A better way to do this would be to request titles from the database in batches
(of 50 was proposed).

-- 
You are receiving this mail because:
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