02.09.2017, 12:59
Quote:
Well, it's using the primary key so in theory it should be very fast. Are you running on InnoDB or MyISAM? Because MyISAM is a lot slower writing data than InnoDB and it doesn't support foreign keys.
|
The problem of slow MySQL wouldn't be such a big problem if it doesn't block SAMP thread and makes it looks like a lag.