Click here to Skip to main content
15,894,177 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to write millions of data which are getted from database and want to write them with xml format in a flat file.
I now write datas in serveral files at the same time and then merge them into one file.
However it's still not fast enough to accomplish the writing process.
If there's a library or method to solve this problem?
Posted
Comments
Sergey Alexandrovich Kryukov 18-Oct-12 12:09pm    
Why? What kind of file do you call "flat"? There is no such thing, is it?
--SA
Sushil Mate 18-Oct-12 13:04pm    
i guess he means flat file database :)

http://en.wikipedia.org/wiki/Flat_file_database
Sergey Alexandrovich Kryukov 18-Oct-12 14:37pm    
Maybe; thank you,
--SA

1 solution

This[^] might point you in the right direction.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900