Skip to content

Tag Archives: static data

what is more efficient. XML file read or db read?

I have to fetch some static data one after the other.I have to options.store the data in xml file.The other option in store in data base.What is more effective. File read or database read(one after the other) I have 300 lines to read.