Hello for the first time, and thanks for the great site, I've picked up plenty tips from the blog.
A simple question to start off with. Why would InnoDB still be slow for COUNT(*) of a table, even when the rows are of fixed-length?
I appreciate that there is no 'single' count due to the transactional nature of InnoDB... and I suspect this has much part to play in the answer.
A simple question to start off with. Why would InnoDB still be slow for COUNT(*) of a table, even when the rows are of fixed-length?
I appreciate that there is no 'single' count due to the transactional nature of InnoDB... and I suspect this has much part to play in the answer.
Comment