XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
RE: [xml-dev] Got a huge XML document?

In my experience, ALL Large XML files are really collections of smaller files.

I have never seen a single XML document of any large size that isnt simply

<root>

   <row> document 1 .... </row>

..... 10 bizillion times

</root>

 

 

This is actually a strength to the streaming API's which take advantage of the fact that large XML files are almost always processable

as individual items which are small.

 

Unless you need cross referencing between items.  Then XSLT streaming wont save you and you need a database of some kind.

 

 

----------------------------------------

David A. Lee

dlee@calldei.com

http://www.xmlsh.org

 

From: Simon Kågedal Reimer [mailto:skagedal@gmail.com]
Sent: Thursday, September 12, 2013 2:44 PM
To: Costello, Roger L.
Cc: xml-dev@lists.xml.org
Subject: Re: [xml-dev] Got a huge XML document?

 

Hi,

 

On Thu, Sep 12, 2013 at 6:13 PM, Costello, Roger L. <costello@mitre.org> wrote:

Got a huge XML document that you can share? The bigger, the better. A gigabyte sized XML document would be awesome.

 

How about 30 GB compressed XML?

  http://planet.openstreetmap.org/

Looking forward to see this tutorial!

Regards,
Smon



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS