I did a import of a bunch of data, and the expected number of rows should have been 41856
.
Now every time I go into the table using phpMyAdmin
, I see a different amount of rows. There is nothing connecting to it which would change the number of rows.
Here I added a few screen shots of the table, a few seconds apart from each other.
41,610 records, 41,759 records, 41,647 records...
Some storage engines, such as MyISAM and ISAM, store the exact count. BUT for other storage engines, such as InnoDB, this value is an approximation, and may vary from the actual value by as much as 40 to 50%. In such cases, use SELECT COUNT(*) to obtain an accurate count."
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With