Quote:
Originally Posted by n_i
7 minutes divided by 1 million rows is about 0.4 msec. I say it's pretty darn good for an XML parser. If you don't want to spend time parsing character data into XML, store your fragments as VARCHAR.
|
hi thank you for reply, but the problem here is
when i insert data through java code its taking 52 seconds only for inserting 1million rows
in java code there is a mechanism to create an object of type xml for db2 database through that i am inserting xml data, its giving a fine result but to do some enhancements i want to use procedures