At this time in the database module every insert and update query is being executed immediately. It is more useful if these commands are held in queue until the bot has finished doing it's current task (like updating user score or lots of small operations)
At this time in the database module every insert and update query is being executed immediately. It is more useful if these commands are held in queue until the bot has finished doing it's current task (like updating user score or lots of small operations)