MySQL Forums
Forum List  »  Performance

Re: Confused about Handler_delete
Posted by: Prince Stone
Date: August 23, 2006 07:04AM

Hi Peter, I did use SHOW GLOBAL STATUS, but still found Handler_delete useless for InnoDB tables. After some experiments, I find the following facts:
1. For MyISAM or Heap tables, Handler_delete is right. However, for InnoDB tables, Handler_delete is useless.
2. Handler_delete remains unchanged if you delete all rows from the table without a WHERE clause.
Maybe it's better to add some comments to the manual?

Options: ReplyQuote


Subject
Views
Written By
Posted
4165
August 22, 2006 07:26AM
2474
August 22, 2006 08:51AM
2212
August 22, 2006 10:19AM
Re: Confused about Handler_delete
2892
August 23, 2006 07:04AM
2267
March 06, 2009 01:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.