xml,dataBase or txt file is faster?
hi
i wanted to ask which is faster to read data from
if i wanted to save a strings in the form of
"12334 3334 12345
"12334 3334 12345
"12334 3334 12345""
and then to be read by java application which will parser it
and place the values to an (int size=12334, int pos_x=3334, int pos_y12345)
will an xml file be faster to read from, or a database, or a txt file, and also which one will have smallst size , also which one will produce a smaller size when gziped ?
thank you

