Hi Aram,

If you want us to be able to respond in any way that is useful to you, you must post your source code.

What I can tell you, is that in the 4 years iBATIS has existed, nobody has actually shown that iBATIS is slower than JDBC in any significant way (beyond what is expected from the overhead of reflection etc -- which is truly not significant).

Otherwise, you can read about this person's experience:

http://www.mail-archive.com/[email protected]/msg04760.html

Cheers,
Clinton

On 7/24/06, Mkhitaryan, Aram <[EMAIL PROTECTED]> wrote:

Hi,

 

I'm starting a new project where I want to use IBATIS.

But I have written some tests where I found out some problems:

1.      When my parameter class or result class is JavaBean (bean object with getters and setters) it is much slower than a simple bean object with public attributes.

2.      When I'm switching on enhancement, nothing happens with performance.

3.      When I'm comparing simple/plain jdbc manually coded select or insert and IBATIS on my computer (Win XP, db and application are on the same computer) IBATIS is faster (~100ms), but when my application is on my computer and db server is on remote computer (linux, Debian), IBATIS is slower 5 times (sometimes even more). My db is MySql 5.0.

 

Does somebody know how it is possible to configure IBATIS to make it faster than its default configuration?

And does somebody know why IBATIS is so slow when it is working with remote computer (linux)?

 

Please, help to solve these problems, it is too important.

 

Thank you in advance,

Aram


Reply via email to