which is the best idea to store record: either in binary file or sql database
what is the best idea to store record in binary or in sql database .if i put all the records in a sql it becomes very bulky becoase every day i have to deal with 10000 table .and taking a sql hosting for in this much bulky data storing in sql is not affordable so i am about to move on binary file is it a good for me to creating binary file as a database and how
Answers (2)
0
A db with indices can also be fast tho :)
I think it depends pretty much on what kind of data you would like to store, what you want to to use it for and how you use it.
0
What kind of files you have? Storing in binary format may be the faster unless you are doing any search kind of operations.