Re: [Sqlrelay-discussion] Sybase/Perl performance
Brought to you by:
mused
|
From: Claudio F. <kla...@gm...> - 2010-02-09 19:03:06
|
On Tue, Feb 9, 2010 at 3:49 PM, David Muse <dav...@fi...>wrote: > This fix will mainly improve performance on the client side, but the > server side uses the same class for managing bind variables, so it could > improve performance on the server side for any database backend. I > think you'd see more of a performance improvement on the client side, > but if you use a lot of bind variables then you would see an improvement > on the server side too. > Actually, I measured the performance hit on the server side. My theory being that, when implementing load balancing, the server uses both interfaces, so the hit applies to the server side as well while relaying data between the routing processes. |