all groups > sql server dts > january 2006 >
You're in the

sql server dts

group:

SSIS - Sorting an XML Source & Memory Consumption



SSIS - Sorting an XML Source & Memory Consumption Dave
1/21/2006 9:13:02 PM
sql server dts: 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.
Re: SSIS - Sorting an XML Source & Memory Consumption fischer NO[at]SPAM sofika.de
1/28/2006 9:19:54 AM
Hi Dave,
the product <xml>cmp can very performantly sort, merge and compare
large xml-files with low memory-consumption (http://www.xmlcmp.com).

Klaus
AddThis Social Bookmark Button