Results 1 to 2 of 2

Thread: XML - Which method is most efficient?

  1. #1

    Thread Starter
    Hyperactive Member Hampster's Avatar
    Join Date
    Feb 2001
    Location
    On my hamster wheel.
    Posts
    374

    XML - Which method is most efficient?

    A project I'm working on requires page information to be stored in an XML file.
    In your opinion would it be better to store all the page data in separate XML files, or stick all the data inside one XML file?
    What are the advantages/disadvantages over one method then the other?

  2. #2
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fort Collins, CO
    Posts
    366
    It depends. Assuming you've constructed an intelligent XML structure, saving to one file would require the fewest number of disk io operations.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width