hbwf / mybatis

Automatically exported from code.google.com/p/mybatis
0 stars 0 forks source link

Mybatis performance issue for clob datatype #829

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Team,

I  have migrated our application from ibatis to mybatis . I  observed low  
performance for selecting records with clob datatype, when compared to ibatis.

For ibatis it was taking 2 seconds, for retriving 100 records. Where as in 
mybatis, query consumed  14 seconds.

To overcome this , i have written a custom type handler for  clob to string and 
vice versa.

Can this issue be taken care in upcoming versions.

Thanks,
Santosh Kandukuri

Original issue reported on code.google.com by santosh....@gmail.com on 20 May 2014 at 12:26