Hi,
I am creating a program which is contstantly saving/accessing data.
At present I am using simple .txt files to save this data.
However, I would like to know what advantage would I have by setting up a database to save the data to and retrieve data from?
Speed is VERY important to me.
Would it be worth me changing from a .txt file data storage system to a full blown database?
Thanks
I am creating a program which is contstantly saving/accessing data.
At present I am using simple .txt files to save this data.
However, I would like to know what advantage would I have by setting up a database to save the data to and retrieve data from?
Speed is VERY important to me.
Would it be worth me changing from a .txt file data storage system to a full blown database?
Thanks