Re: [Sqlrelay-discussion] Sybase/Perl performance
Brought to you by:
mused
|
From: Claudio F. <kla...@gm...> - 2010-02-04 16:35:35
|
On Thu, Feb 4, 2010 at 1:20 PM, Carlos Vergara <cve...@em...>wrote: > > > I have determined the lag of SQLRelay compared to ctLib is directly related > to the size of the query result set. > > > > For anything under 1000 rows returned, the performance is comparable, for > results with more than 1000 rows returned SQLRelay starts to lag. > > > > It seems to be nearly doubling the time to return with every 1000 rows > returned. > That stems from a poor asymptotic order in one of Rudiments classes (the memory pool IIRC). I had patched rudiments and sqlrelay to overcome that. I'll prepare a patch for it. |