Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XML Vs CSV Performance for a large data file

231395Mar 5 2002
Problem background
==================
My application running on SUN Solaris downloads large amount of statisitics data (up to 1 million counters from each device) from hundreds of devices over a T1 line every 15 minutes. This data is written to different tables of a database (Oracle9i). The data can then be viewed from a reporting client that has extensive filtering and sorting capability.

Question
========
I am thinking of using either XML or Comma Separated (CSV) format for representing the statistics data. I am assuming that the XML file will be at least 6-7 times the size of the CSV file due to the tags in XML.

How would you compare the performance of XML and CSV while:
- parsing the data file
- storing the data in the DB (using indexes)


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2002
Added on Mar 5 2002
0 comments
436 views