View Single Post
  #14  
Old 12-23-2009, 06:57 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Chompy View Post
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 View Post
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).
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote