Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Using XML and a relational database
Pat wrote:
> "DA Morgan" <damorgan_at_x.washington.edu> wrote in message > news:1098423328.126517_at_yasure... >
> > > If that's the case and native XML databases no longer exist > in this world (just like XQL?), will you perceive all XML, > XSLT, XQuery, etc (what else?) just vanish? > > Just discussion.
XML has value. XML databases are at best a niche like pure object databases and more likely a disaster.
My main objection to XML in the database is the huge number of bytes required to store a single byte of data:
<someridiculouslylongtag>1</someridiculouslylongtag>
and then you get to push this to the app server and off to the client. XML was made for a purpose. It should be used for that purpose. Not kludged into every nook and crany imaginable.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Sat Oct 23 2004 - 15:42:18 CDT