I have a table with a lot of data. Data needs to be updated frequently: delete old data and add new data. I have two options
is there any difference in efficiency between the two parameters? or any better solution?
. , , "" "". , , - , .
low_priority_updates - http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html#sysvar_low_priority_updates. , //. . , , , .
MySQL , CPU () , MySQL .
, , , DELETE QUICK. InnoDB , , .
, .
In this case, there is no need to implement the functionality of your application, which MySQL will do internally.
Source: https://habr.com/ru/post/1760390/More articles:Why is my email still spammed? Using the mail () function - phpJava - remove the last known item from HASHMAP on a MAP! S - javaHow can I query data from a table in Ms Access in a SQL Server 2005 stored procedure? - sql-serverFacebook Oauth разрешает перенаправление в Internet Explorer для расширенных разрешений - authorizationMessage WM_SIZE - winapiDataGridView Custom Sort in WinForm - sortingLisp style question: memoization (caution: contains solution for project Euler # 14) - lispCreating a SQL table from a comma separated list - c #Adding and removing data annotations from code - c #CodeIgniter controllers called twice - phpAll Articles