c# - About XML file size limitation -
possible duplicate:
maximum size xml files
i have developed application uses xml file datasource . don't know limitations of xml file usage.
i want know limitations of xml file according size of xml data. because i'd searched on google & got result xml not useful when xml data size out of limit time may application performance slows down . i'm unable finding limit of xml data.
can me?
thanx....
there's no inherent limit, should ask how data going stored xml , how it's going used. xml parsing relatively slow, , if use lot can become performance problem.
xml great small , medium-sized files. if have simple data might want go flat-file format. if have lot of data, or data complicated, might want use fancier xml, database or custom binary format.
can post more information kind of information stored in xml files? determine if xml right tool job.
Comments
Post a Comment