On 10/27/06, Marcin Nowak <[EMAIL PROTECTED]> wrote:
Hi,Regarding stress tests, I need to know where are the limitations of importing XML's and where is a huge memory usage coming from.
transactional importing of xml data is always going to be memory intensive the memory used in binding could be reduced by (say) custom SAX handling or pull parsing the input stream so long as each node were saved atomically - robert
