Reputation: 41
I am having 63MB of XML file. I am using MXML for searching and all. I just want to know searching of data in XML is faster or if I dump this data in DB and then search will be faster? All this I have to do in C.
Upvotes: 3
Views: 243
Reputation: 570
Using XML would render your application more portable and a database would make the data access faster. A lot.
Upvotes: 0
Reputation: 148544
there is no question . putting it intoi DB will be a LOT faster
Upvotes: 1