Greetings.
I need to store some data for each user.
It ain't alot of data (around 1-5kb).
I will also might need to do some minor manipulations on the data, RegExp will do the job nicely with the XML.
What will be better to use in this case: A MySql table or a small XML file for each user?
The points I am worried are:physical storage place on the server, and performance.
Thanks