Hi oded,
It depends on your requirements. Saving data as a binary file is the fastest method to save the data. You may also use plain text file, which is a little bit slower. However, it is only fast to save the data, but slow to retrieve the data. There are also other considerations, such as concurrent access, data integrity, ability to update, ability to delete or modify the data, indexing, complex querying, data management, etc.. You would need to choose the system that best fit all of your needs.
Regards
Peter Kwan |