mysql如何精确查看多张表有多少条记录
发布网友
发布时间:2022-05-01 09:26
我来回答
共1个回答
热心网友
时间:2022-04-10 06:50
这是从MySQL官网上摘抄的一段
TABLE_ROWS: The number of table rows in the partition.
For partitioned InnoDB tables, the row count given in the TABLE_ROWS column is only an estimated value used in SQL optimization, and may not always be exact.
大意是对InnoDB分区表来说,TABLE_ROWS 只是给SQL 优化器用的一个评估值,可能与实际值不符.
partitioned InnoDB tables不知道是不是可以翻译成InnoDB分区表