R7 Formats Not Showing Values:
#6

I'd just like to add that you can also use UPDATE LOW_PRIORITY (****** it if you don't know what it is). Basically using a combination of threading and UPDATE LOW_PRIORITY, the effort of saving your player stats will be sent to MySQL, and UPDATE LOW_PRIORITY means the MySQL server will do the query in its own time.

I suggest for big tables that don't get new rows very often, that you also use InnoDB as it has row locking, although with InnoDB you can't use UPDATE LOW_PRIORITY.

EDIT: Just by the way, the reason I pounced on this thread is because Kar basically said he was doing it wrong, when there was nothing outstandingly wrong in the way that Kyle's query was done.
Reply


Messages In This Thread
R7 Formats Not Showing Values: - by Kyle - 11.06.2012, 22:43
Re: R7 Formats Not Showing Values: - by Kar - 11.06.2012, 23:13
Re: R7 Formats Not Showing Values: - by JernejL - 12.06.2012, 08:52
Re: R7 Formats Not Showing Values: - by Blacklite - 12.06.2012, 09:43
Re: R7 Formats Not Showing Values: - by AndreT - 12.06.2012, 12:08
Re: R7 Formats Not Showing Values: - by Blacklite - 12.06.2012, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)