Hello,
I read in high performance mysql book that its possible to block such queries.
DELETE FROM table;
UPDATE TABLE SET X=10;
any query that updates full table and also full table scan queries.
Any hint would be really helpful.
Thanks
I read in high performance mysql book that its possible to block such queries.
DELETE FROM table;
UPDATE TABLE SET X=10;
any query that updates full table and also full table scan queries.
Any hint would be really helpful.
Thanks
Comment