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

Marc A. Pelletier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #8 from Marc A. Pelletier <[email protected]> ---
The 26ms of overhead it takes to have a query result cannot be circumvented; it
is the actual network roundtrip between the database replicas and where the
tool labs is currently located (in different data centers).

Moving tool labs to eqiad (where the replicas live) is on the roadmap for 4Q
2013, but in the meantime there is - literally - nothing that can be done to
improve this short of increasing the speed of light.

That said, tools can exploit parallelism of the databases to good effect to
circumvent the problem (i.e.: selecting from several databases in one query),
or simply make the queries asynchronously (the results will still take 26ms to
get back, but if you do them simultaneously rather than sequentially that is
not an issue anymore).

I'm closing as "WONTFIX" since there isn't a
"Unfixable-in-the-current-setup-but-will-not-be-an-issue-once-labs-moved"
resolution.  :-)

-- 
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