Quote:
Originally Posted by pro4never
Flatfile has a speed boost over sql.
|
I believe that's debatable, even if the difference is minuscule. Flat files may be faster than an SQL database when the amount of files and data is lower, but when it comes to scalability, portability, indexing, or relational models, I believe an SQL database could prove faster and more reliable than flat files. Opinions?