MySQL TABLE_ROWS estimate -


i wondering if mysql's table_rows estimate of total number of rows in table has bounds on how muhc off or guaranteed range of error?

if it's numbers show table status emits, it's off @ least +/- 40% , off several orders of magnitude.

the way know sure how many rows in table count(*), or if there no deleted rows or other forms of holes in numbers , auto_increment value started @ 1, max(id) might accurate enough.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -