Hi,
The order in which I run the methods doesn't matter. Method with
Double.parseDouble(rs.getString(...)) is always incredibly faster.
I tried this code on 2 server versions: 3.23 & 4.0.14 with comparable results.
If this is uncommon problem, I can prepare exact code I run on my machine.
Przemek.
On Thu, 29 Jul 2004 12:16:22 +0200
Christian Hammers <ch...@lathspell.de> wrote:
Hi
On 2004-07-29 Przemys_aw Klein wrote:
...
Retrieving data with method1 is 200 times slower that method2. I tried >
executing code on versions 3.0.8 & 3.0.14.
But you are sure that you don't see a caching effect, especially the MySQL Query
Cache (MySQL-4.x)?
-christian-