Quote:
Originally Posted by Chompy
So you would store all information that is important or used by all of your systems in one SQL database?
|
I so far store items, items owned by players, skills, quests, spells and recipes in my SQLite database. So yes, I guess you could say I store all important information in it.
Quote:
Originally Posted by SKJF91
For some reason, SQLite seems to have a high cpu usage on a few queries with graal though :/
|
Care to show examples? Only time I've experienced that is when I used SQLite queries in a very bad way (I've learned how to properly work with it since) or excessive use of VACUUM (which obviously gives high CPU usage).