DBUnit has the ability to "stream" the execution of certain tasks so that ginormous collections of data should be able to execute w/o running out of memory...
...is that what you're looking for?

Why do you need to split up the files--because they're too big for your file system or because dbunit chokes on them? If the latter, take a look at the INSERT operation instead of CLEAN_INSERT. INSERT supports streaming.

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to