Re: What is the logic of storing XML in a Database?



I'm sure there are many people who have been through the same
experience as myself using xml as a transport format:

1) Observe the popularity of XML and the supporting libraries in the
language you are working in.
2) Implement a transport layer using XML to parse messages/data etc.
3) Realise that your server/application is now over ten times slower
than it was before.
4) Remove XML and replace with something far simpler, far less verbose
and vitally far /quicker to parse/.
5) Curse XML for wasting your bloody time and never let it darken your
door again.



.



Relevant Pages

  • Re: What is the logic of storing XML in a Database?
    ... experience as myself using xml as a transport format: ... Observe the popularity of XML and the supporting libraries in the ... I stopped worrying too much about performance when I realised it was cheaper ... Efficiency is a measure of output per unit of input. ...
    (comp.databases.theory)
  • Re: What is the logic of storing XML in a Database?
    ... experience as myself using xml as a transport format: ... Implement a transport layer using XML to parse messages/data etc. ... I see no reason to store XML database inside an SQL table. ...
    (comp.databases.theory)
  • Re: What is the logic of storing XML in a Database?
    ... there are different aspects to XML. ... There really are people who think that XML databases are a good thing ... But why would you be unhappy about XML as a transport format? ...
    (comp.databases.theory)
  • Re: What is the logic of storing XML in a Database?
    ... experience as myself using xml as a transport format: ... Observe the popularity of XML and the supporting libraries in the ... I see no reason to store XML database inside an SQL table. ... Also, in your precis above, you implicitly refer to the "thundering herd" ...
    (comp.databases.theory)