RE: [xml-dev] Large xml processing into SQL Server

From
Michael Kay <>
To
,
Date
2005-01-07T21:59:31
ID
<>
Thread
RE: [xml-dev] Large xml processing into SQL Server
> But the size of the file IS big.. The sample file we received 
> was 72 meg.  That equates into roughly 819,000 records.

72 megs is well within Saxon's capabilities but using XSLT or XQuery
in-memory on this kind of size certainly requires careful tuning; splitting
it into smaller pieces, perhaps with a SAX filter, will certainly make it
more manageable.

Michael Kay
http://www.saxonica.com/