hello gopal,
the amount of documents you are trying to load does in fact suggest something other than the java loader.
the point is: the java loader loads the documents one-by-one, each individual document is inserted into the database, the index is updated per-document as well. this is not the most efficient way to do it.
please consider the mass loader inoxmld instead. the basic idea behind it is: it will load all the documents in one go, build an indermediate index and merge it with the existing index.
if your input data is not in the right format, i would assume that it would be worth while writing a small SAX sequence that reformats your data to the mass loader format.
please check the mass loader documentation for further information concerning this topic.
if you have further questions: fire away.
gruss,
#webMethods#API-Management#Tamino