Best Database Software for RSPS/Runescape?
Database software can be very helpful to the RSPS community, if utilized properly.
I have tried to use MySQL for many different functions. It serves its purpose up till a certain point. For example, for donation system and vote commands where it doesn't run constant queries, it works fine.
However, the issue is when you want to run constant queries, such as Player Saving so that another world can use it or World Updating, or even just logging information to a database. Functions run A LOT of queries and you need efficient database software for it.
Does anyone have any suggestions other than MySQL (Included in XAMPP). Do we have any idea on what Runescape uses?