I have an xml file which is around 70mb in size (contains thousands of music cd and track information). And when Flash runs through it… it crashes the application. Using various methods, i’ve already ‘trimmed’ the size of the xml file but still…
I am thinking if i should further split this file into different files, and then search just one specific file, according to for example, the ID or first alphabet of a field.
- Why is the xml size so big?!? (There are many fields, and tonnes of entries…)
- What is the best practice by experts in dealing with searching through large databases?