Original Post
I'm trying to create a server (before you ask it's not an MMO server). I was going to go with a simple file per user system, but it really want to make it scalable and the file system search and read time would be way to much. Loading all data into RAM is out of the question (way to much data). After realising this and talking to a few mates i rediscovered sql (mysql?). I really don't know much about it, how efficient it is etc. What is the best way to do this (database or otherwise). Also where can i get a noob level and upwards tutorial. FYI I want to use the database in C++. Cheers JamesCobras