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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] hierarchical XML in a relational DB structure - moving nod

[ Lists Home | Date Index | Thread Index ]
  • To: "Tatu Saloranta" <cowtowncoder@yahoo.com>,"xml-dev" <xml-dev@lists.xml.org>
  • Subject: RE: [xml-dev] hierarchical XML in a relational DB structure - moving nodes
  • From: "Michael Rys" <mrys@microsoft.com>
  • Date: Thu, 1 Jun 2006 18:19:07 -0700
  • In-reply-to: <20060526234000.14880.qmail@web32804.mail.mud.yahoo.com>
  • Thread-index: AcaBHezZce3M6Xi/R8KC5s9OuE70tAEwvuIg
  • Thread-topic: [xml-dev] hierarchical XML in a relational DB structure - moving nodes

A native XML datatype (not proprietary! XML is part of the SQL-2003
standard) offers better processing than manual shredding for the general
XML document case for subtree querying and provides certain model
consistency constraints. If you use XML as a transport format for
relational data, you should deal with the data inside the database
relationally and shred it back into relations. If you really only want
to store and forward the whole XML document, using a BLOB (not CLOB due
to encoding/codepage issues) is the most efficient way. But you loose
any guarantees (or have to guarantee it using different mechanisms) that
the data really is XML.

Best regards
Michael

> -----Original Message-----
> From: Tatu Saloranta [mailto:cowtowncoder@yahoo.com]
> Sent: Friday, May 26, 2006 4:40 PM
> To: xml-dev
> Subject: RE: [xml-dev] hierarchical XML in a relational DB structure -
> moving nodes
> 
> --- Michael Rys <mrys@microsoft.com> wrote:
> ...
> > 2. Don't need frequent independent access at
> > individual item level or
> > order in the tree is important:
> >
> > Use an XML datatype (like Oracle, SQL Server or
> > other databases
> > provide).
> 
> In this latter case, chances are that storing and
> accessing them as LOBs is about as efficient as using
> proprietary datatypes? Or are there special tricks db
> drivers can do to compress data in flight or
> something?
> I have always wondered what are the benefits of XML
> extensions for cases where the whole documents are
> returned (as opposed to using XQuery etc. to do parts
> of actual processing in the server side).
> 
> -+ Tatu +-
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>





 

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

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