SSIS - Sorting an XML Source & Memory Consumption -
01-21-2006
, 11:13 PM
Hi there,
I have a large XML document (100Mg) that I want to process through a data
flow process.
Part of the process is to Sort the various relational tables created by the
XML Source - then merge join them.
The Sorts consume all the available memory and the process grinds to a halt.
However, if I source the same data from SQL tables, the sorts don't consume
anywhere near as much memory.
So a couple of questions:
1. Is there a difference between the way SSIS sorts XML Source Data and the
way it sorts OLE DB Source Data?
2. Are there any techniques/best practices when dealing with large XML Files?
Thanks,
Dave. |