Re: C# pure xml database?
- From: BA <biztalk.architect@xxxxxxxxx>
- Date: Thu, 23 Feb 2006 14:54:01 +0000 (UTC)
Hello Mark,
While I understand your point (since I need easily accessible storage), I dont need a database solution, I need an XML solution.
My intention is to investigate how I could use and XML database as a tool to work on large amounts of XML more efficently.
Let me give you an example to illustrate my point:
Lets say a customer changes an address and I need to check if the new address is within a servicable area.
There is a 250k xml file associated with the customer (or a large array of database columns), but all I want is to check an address node with a business rule inside BizTalk's Business Rules engine. Rather than store all the data for the customer relationally and have to return it (or part of it) as XML, might it be more efficent to just pull that node from the XML store, validate it, update it and slap it back in?
Those are the kinds of questions I am trying to answer.
Dont get me wrong, I'm not trying to sound like an advocate here, I am interested in experiementing, thats all.
BA
http://biztalkia.blogspot.com/
I've never thought of XML as anything other than a very flexible data
transport - it's certainly not a database, nor was it ever intended to
be one.
If you were writing a letter, you wouldn't use Excel because that
simply wouldn't be the right product. You could, of course, write a
letter in Excel if you really wanted to... Same goes for using XML as
a database.
If you need a database solution, then use a database.
.
- Follow-Ups:
- Re: C# pure xml database?
- From: Bruce Wood
- Re: C# pure xml database?
- From: Michael Nemtsev
- Re: C# pure xml database?
- From: Mark Rae
- Re: C# pure xml database?
- References:
- Re: C# pure xml database?
- From: Mark Rae
- Re: C# pure xml database?
- Prev by Date: Re: Float to string conversion in C#
- Next by Date: Unable to write data to the transport connection.
- Previous by thread: Re: C# pure xml database?
- Next by thread: Re: C# pure xml database?
- Index(es):
Relevant Pages
|