MySQL vs Windows Ini? Probably neither.
Managed database vs managing my own - Depends on the situation.
Managed database vs managing my own - Depends on the situation.
Okay for the first bold line, mysql is for a database, I'm assuming that's what your ini files are a substitute for?Quote:
Now don't say ini is less then mysql.
My 2d mmo, is running on ini and it won't run more smooth if i change it to mysql.
ini can be same good as mysql as long you know what your doing.
All thought mysql is easier for websites with databases etc.
Is just like the discussion for wich programming languages, thats best.
Like C++ or C#?
None of them are.
Now I also doubt peoples will sotre all chars in 1 file.Quote:
Okay for the first bold line, mysql is for a database, I'm assuming that's what your ini files are a substitute for?
Some languages are more efficient than others. MySQL may take a bit longer at initial connection but after that lookups would probably be faster and it keeps everything in a neat, organized way (unless you throw together some sloppy database)
Anyways, in my opinion... ini files shouldn't be used for a database lol. that's not their function.
ini files are really just like configuration files... used for storing settings.
MySQL is more for storing large amounts of information.
If you had a server with 1k people on it, and had all of their information stored in an ini file, it'd take forever (not really that long, but for a computer it's slow) to open up an ini file, read all the text, look up information etc... while mysql can just go straight to what your looking for, with same connection time each time, reguardless how big it gets (to an extent)
Good point, however your still itterating through folder structures and files, and then itterating through text to find the data you need, its simply less efficient.Quote:
when ppl talk about INI they just say INI coz of the file extension.
How about you write into a INI file XML content? Is it a INI or xml file then?
I think this topic should not be called INI or MYSQL. I think it should be called FlatFile or MySQL.
Doesnt matter wich file extension you have as long as you read/write efficently
Yes they are just binary files, but i assure that the lookup a SQL server performs on the binary file is significantly faster than the lookup that the standard 5165 server performs.Quote:
Is it really noticeable? Today“s Servers use RAID-0 / RAID-1 on 10.000 RPM HDD“s, or even Hybrid HDD“s.
I believe you if you say there are speed differences, but as far as technology is today, it wont make too much difference.
Edit:
Well i dont just believe you.. Its a fact. But arent Databases just binary files? :O
Well even with all this new technology arising, if you were to have thousands, or even millions of things which you needed to store in a database of some kind MySQL would be much more efficient due to the fact it knows what it's looking for and where it is at.Quote:
Is it really noticeable? Today“s Servers use RAID-0 / RAID-1 on 10.000 RPM HDD“s, or even Hybrid HDD“s.
I believe you if you say there are speed differences, but as far as technology is today, it wont make too much difference.
Edit:
Well i dont just believe you.. Its a fact. But arent Databases just binary files? :O
I like drawing.Quote:
Well even with all this new technology arising, if you were to have thousands, or even millions of things which you needed to store in a database of some kind MySQL would be much more efficient due to the fact it knows what it's looking for and where it is at.
It doesn't have to read every single thing in the database to find it.
Here's a crappy diagram i drew :D
[Only registered and activated users can see links. Click Here To Register...]