[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XML Storage Architecture


xml storage system
At 10:30 AM 9/11/2003, Jonathan Robie wrote:
>Jason, you are really asking what the optimum way is to store some data 
>for a particular task. I don't know what needs to be optimized until I 
>know more about what you are doing with this data. Here are some questions 
>that might be helpful for a start:
>
>- What kind of data is this? Are there logical connections that would be 
>lost if the data were divided up into smaller "chunks"?
>- Are you creating many different kinds of XML documents from the same 
>data, or do you retrieve it in the same form it was stored?
>- How many users are anticipated? What kind of turnaround time is needed? 
>For what kinds of requests?
>- How is the data updated?

If you want to store XML documents intact, the document order matters to 
you, and the entire document must be treated as one logical whole, then a 
native XML storage system may be what you need. For a document of the size 
you mention, here are some important questions:

1. How often is it updated, and at what level of granularity? Updates of 
large single documents are slow on many native-XML systems. Updates of 
smaller documents are generally much faster.
2. Do you need the entire logical structure of the single document? Is 
order significant? If so, you may need to store the entire document as a 
whole. If your system does not support this well for documents of the size 
you anticipate ... you might have a problem.
3. In the stored form, are you going to be normalizing the data to make 
updates more manageable? That has real ramifications for the structure of 
the data....

Also, what CMS system are you using?

Jonathan

   


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.