<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6001.18203" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2>There are two ways of handling XML that is too large to fit 
in memory:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2>* with an XML database</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2>* with a streaming processor</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2>Which you use depends on the overall workload. For example, 
if you are filtering a data feed and discarding most of the incoming data, then 
a streaming processor is clearly the right approach.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2>Saxon-SA will execute a subset of XQuery in streaming mode 
(meaning that you don't need to have the whole source document in 
memory.)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2>Michael Kay</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=968590909-10032009><FONT face=Arial 
color=#0000ff size=2><A 
href="http://www.saxonica.com/">http://www.saxonica.com/</A></FONT></SPAN></DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> talk-bounces@x-query.com 
  [mailto:talk-bounces@x-query.com] <B>On Behalf Of 
  </B>Michalmas<BR><B>Sent:</B> 10 March 2009 07:46<BR><B>To:</B> 
  talk@x-query.com<BR><B>Subject:</B> [xquery-talk] XQuery - good and fast 
  tool<BR></FONT><BR></DIV>
  <DIV></DIV>Hello guys,<BR><BR>I am looking for good XQuery tool. But there are 
  some requirements: XML file may exceed the size of 5-8 GB.<BR>The tools i am 
  using now, like Saxon or Altova XML Spy, can't really handle such 
  file.<BR><BR>I have hound database engine MonetDB, for fast xqueries on big 
  data sets. But it seems to be still in developing phase (and a lot of things 
  are missing, like connectors).<BR><BR>Do you have any 
  suggestions?<BR><BR><BR>Thanks,<BR>Michal<BR></BLOCKQUOTE></BODY></HTML>