I have a large number of background reads and records and a much smaller number of user reads from a high-level MySQL database - is there a way to mark certain queries (user queries) as having high priority so that they give preference to background queries? I want the user response to be high, but really don't care about background requests.
thanks
optimization mysql
Malcomtucker
source share