Most effective way of storing data
am in need of storing huge amount of data for one of my project on regular basis. I have planned to use xml structure while storing data in my server and every time a new data is found it will be added into the xml tree.
Now, the problem is i have a search application that runs on the basis of those data. So i just need suggestion that is it wise to run the search based on XML data(stored in separate folders on server) through server side script like PHP or should i store those data in my database and runs the search through query?
|