RE: performance issue

2008-10-20 Thread Jonas Ahlinder
right away when doing commit in derby ( sync is what derby does afaik ), and that's the reason it's a lot faster, and linux/solaris gives a more realistic image of transaction performance. /Jonas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, October 19

performance issue

2008-10-16 Thread Jonas Ahlinder
need me to run to be able to say what might be wrong ? Regards /Jonas Ahlinder

RE: performance issue

2008-10-16 Thread Jonas Ahlinder
To: Derby Discussion Subject: Re: performance issue Jonas Ahlinder [EMAIL PROTECTED] writes: The first issue is that on a desktop machine ( running vista ) with two 7.2k rpm sata disks I get over 900 tps, while on a server ( running RHEL 5 ) and two 15k rpm sas disks, I get around 250 tps. Could

RE: performance issue

2008-10-16 Thread Jonas Ahlinder
The benchmark client is single-threaded atm. To run it multi-threaded some sort of locking will most likely have ot me implemented ( which will be done as soon as we can confirmt he performance is ok ). I have tried running more threads, and it does seem to give better performance, but the

Re: java.lang.NoClassDefFoundError: java.math.BigDecimal

2006-12-28 Thread Jonas
At last it works. Profiles.. ?¿ Foundation classes at ...\runtimes\win32\x86\foundation10\lib\jclFoundation10\classes.zip does not contains java.math.BigDecimal.?¿ I use Personal Profile 1.0 that contais java.math.BigDecimal. Now i can use Apache Derby in my PDA. Thanks Rajesh for your last

Re: java.lang.NoClassDefFoundError: java.math.BigDecimal

2006-12-27 Thread Jonas
Rajesh Kartha [EMAIL PROTECTED] writes: Jonas wrote: Hello. I'm trying to use Derby 10.2.2 with IBM WSDD and it does not work for me. I always get a java.lang.NoClassDefFoundError: java.math.BigDecimal at java.lang.Class.verifyImpl(Native Method) at java.lang.Class.verify

java.lang.NoClassDefFoundError: java.math.BigDecimal

2006-12-26 Thread Jonas
Hello. I'm trying to use Derby 10.2.2 with IBM WSDD and it does not work for me. I always get a java.lang.NoClassDefFoundError: java.math.BigDecimal at java.lang.Class.verifyImpl(Native Method) at java.lang.Class.verify(Class.java:253) at