25.12.2009, 18:55
Quote:
Originally Posted by Mina
Quote:
And again you noticed wrongly, SQL does use very much more space than a file. And may i know how you found out "Files will take lots of space" ? Sorry but again there is one more wrong. SQL is NOT faster than filing, and it's even slower,if you don't use it in standard ways, if you don't belive try to do this Update a big SQL table like cars, with about 2000 records and 20 fields. Now try to do it by file, you will see which is faster. Anyway no one can say which is faster. Again i have to say > It depends how you use it, yes if you use SQL in standard ways then it's faster. and if you are going to use it like newbies then i should say it's very slower than filing. |
As Seif said, MySQL is much more efficient than files. Not only does it allow you manage your data easier, but by using relational algebra, SQL can scan through information quicker than a normal KEY=VALUE search as used by many samp servers today (with dini or dudb).
MySQL also allows you add website functionality using web scripting languages like PHP, although functionality can be added with scriptfiles, it's much harder that way and will have you ripping out your hair every step of the way.