G
Guest
Hey gang.
I need a little expertise. We have a handheld application that uses SQL CE
and Replication etc. The app takes 55 seconds to do a very simple SELECT
query on an app we wrote using VB.NET and SQL CE. The table it is searching
has 31,000 records though.
When we run the app on a quite old IPAQ it takes approx 5 seconds.
The hardware vendor of the handheld using the SH3 says we should optimize
our code. I don't see what we can optimize.
Here's the question I have though.
Is the JIT MS build for the SH3 optimized or is it just an interpreter or
not very optimized because SH3 is not very popular as Intel ARM etc?
Is an SH3 processor just bad at performance in general? This SH3 processor
is 180 mhz. It has 64mb of ram and 64mb of flash (where we are storing the
24mb DB file).
Could anyone comment please?
Also, I have noticed Visual Studio 2005 (.NET 2.0?) has updates to SQL CE.
Is this a new version that is perhaps much quicker?
I guess my bottom line is. Is the processor just damn slow or what? lol.
I appreciate any comments.
Thanks and take care.
I need a little expertise. We have a handheld application that uses SQL CE
and Replication etc. The app takes 55 seconds to do a very simple SELECT
query on an app we wrote using VB.NET and SQL CE. The table it is searching
has 31,000 records though.
When we run the app on a quite old IPAQ it takes approx 5 seconds.
The hardware vendor of the handheld using the SH3 says we should optimize
our code. I don't see what we can optimize.
Here's the question I have though.
Is the JIT MS build for the SH3 optimized or is it just an interpreter or
not very optimized because SH3 is not very popular as Intel ARM etc?
Is an SH3 processor just bad at performance in general? This SH3 processor
is 180 mhz. It has 64mb of ram and 64mb of flash (where we are storing the
24mb DB file).
Could anyone comment please?
Also, I have noticed Visual Studio 2005 (.NET 2.0?) has updates to SQL CE.
Is this a new version that is perhaps much quicker?
I guess my bottom line is. Is the processor just damn slow or what? lol.
I appreciate any comments.
Thanks and take care.