Hi Folks,

We have an implementation of data logger, that uses 'insert delayed' of MySQL 
over JDBC to load bulk data in to a MyISAM table. Our typical size of insert is 
5-10 KB and we have our own optimized implementation of buffers and maintaining 
them as values part of bulk insert statement. 
Buffer.contents=[(..),(..),(..)...(..)].

We are looking for porting this part of sql insert to IBATIS. 

So  is there any support where i can define below scenario:

<insert id="xxx" parameterClass="String">
insert delayed into tbl (Col_Def) values #value#
</insert>
where for #value# I would be sending Buffer.contents.


Please let us know if any such option available.

Thanks,
Swamy

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.

Reply via email to