If i can store my data in text files and easily can deal with these files, why should i use database like Mysql, oracle etc -
I can easily do my work with both text files and databases. But I want to know which is good in terms of reaction time. If text files are not the best solution for the fastest result, then in the context of the reaction time, which data is the best I can turn off size for the response time please help me. Databases are databases for a very good reason, they are highly customized for one) Storage your data.
You can not query on a text file, so there is no sorting, ordering, etc. The text file is not password protected and no file can easily be viewed, it is not in the case of database, the list is endless, and you are actually using a database!
If you are looking for a solution similar to a text file, try SQLite,
Comments
Post a Comment