2
Answers

which is the best idea to store record: either in binary file or sql database

umesh rakhe

umesh rakhe

15y
3.7k
1
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
joakim wireen

joakim wireen

NA 149 0 15y

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
Mahesh Chand

Mahesh Chand

2 286.9k 123.7m 15y
What kind of files you have? Storing in binary format may be the faster unless you are doing any search kind of operations.