Updated on 2022-02-22 GMT+08:00

SHOW TOPOLOGY

Command Format:

show topology from xxxtable_name: used to view physical tables corresponding to a specified logical table.

Output Details:

Rds_instance_id: indicates the ID of the RDS DB instance.

HOST: indicates the IP address of the RDS DB instance.

PORT: indicates the port number of the RDS DB instance.

DATABASE: indicates the physical database in the RDS DB instance.

TABLE: indicates the physical table.

ROW_COUNT: indicates the estimated number of data records in each physical table. The value is obtained from information_schema.TABLES.