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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Storing XML documents in an OODB

[ Lists Home | Date Index | Thread Index ]
  • From: "Michael Kay" <M.H.Kay@eng.icl.co.uk>
  • To: <xml-dev@ic.ac.uk>
  • Date: Mon, 9 Nov 1998 09:26:31 -0000

>I want to write a Java- application which stores and retrieves XML
>documents in/from an object-oriented Database (Object-Store)

This is quite feasible to do, we have done similar things with the Jasmine
database. But a word of warning: if you do it mechanistically (each DOM
object becomes one database object) you will probably get poor performance.
You need to ask whether you really need to store data at this level of
granularity. If you generally end up retrieving most of the original
document, you would probably be better off to store the original XML as a
string and re-parse it. At any rate, do some experiments before you commit
yourself too far.

Mike Kay


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