Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 10th, 2004, 01:31 PM
Registered User
 
Join Date: Mar 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Storing XML (beginner)

I am looking for some information on storing options for a very large XML document. I am going to be using JSP to display the page and Oracle as my database. There will be a large number of users, a lot of fields that require manipulation, and I need to be able to read the entire document at once, as well as having the option to select smaller pieces to read at one time.

Anyone know of some good resources I can explore to learn more about storing the entire XML document in one CLOB field vs. storing each field seperately in multiple tables and columns? Any opinions/suggestions?

Thanks,
walteramylee
 
Old March 11th, 2004, 05:18 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

Oracle is not really my subject but as a general principle loading large documents can cause problems. I take it that is what you meant by
Quote:
quote:read the entire document at once
. As a rule of thumb loading via DOM needs three times the size of the document as RAM, this might be a problem if it is opened separately by many users. You would need to use a different approach, SAX or the .NET style XmlReader.



--

Joe





Similar Threads
Thread Thread Starter Forum Replies Last Post
storing values paulg0702 Excel VBA 1 April 25th, 2007 11:33 PM
storing .xml on client's machine software_developer_kk Classic ASP XML 0 May 4th, 2005 02:19 AM
storing an xml file on to my local machine ruchilalla J2EE 0 April 28th, 2005 01:33 AM
Storing Problem! doosti Classic ASP Databases 3 December 5th, 2004 10:18 PM
Storing data as local file(s) (XML) planoie ASP.NET 1.0 and 1.1 Professional 0 October 31st, 2003 03:28 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.