MySQL Forums
Forum List  »  InnoDB

Exact table count for all tables in a schema.
Posted by: sreekanth pm
Date: September 13, 2019 01:53AM

Hi all,

I am using Innodb storage engine for all the databases.Information_schema.tables gives only the approximate count of an table, as I am not able to get the exact row count for the all tables in a database.

Do we have any approach of getting the exact count for all tables in a database.
Apart from getting the table count separately for each table like "select count(*) from table xxx".

Thanks In Advance
Sreekanth

Options: ReplyQuote




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.