OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: XML tools and big documents (was: Re: Is there a size limitation on

[ Lists Home | Date Index | Thread Index ]
  • From: "Michael Kay" <M.H.Kay@eng.icl.co.uk>
  • To: "John Totten" <john@totten.com>, <xml-dev@ic.ac.uk>
  • Date: Wed, 2 Sep 1998 10:31:41 +0100

>... You could thereafter deal directly with the object
store or
>even just the view (indexed into the store) and not
repeatedly reparse
>the document.

The sirens have lured you!

I have a lot of experience with storing parsed document
trees in an object database and I have experimented with
storing the Java serialization of DOM-like models on disk,
and for what it's worth, in both cases retrieving the
document takes a lot longer than reparsing original XML. The
main reason is simply that there are more bytes to read.

The only technique that I find really effective for handling
large documents is to split them up into lots of small ones.
That way you only parse the bits the user actually wants to
see.

MK


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

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

Copyright 2001 XML.org. This site is hosted by OASIS