… one partition. In one instance, I take advantage of that — I have 10 years of data, but usually queries hit the last week or… MySQL. PARTITIONs are scanned one at a time. (Please provide specific references if you find otherwise.) I would argue that single-row queries… equivalent rows. This is, in my experience, the main use case for PARTITIONing. I go into more details (and code) here: http://mysql.rjweb…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…10 rows in set (0.00 sec) mysql> delete from dir_test_innodb LIMIT 200000; Query OK, 200000 rows affected (8.65 sec) mysql…

