1
0
forked from docs/doc-exports
doc-exports/docs/ddm/umn/ddm-08-0017.html
Hasko, Vladimir a5cc543164 reverting ddm umn to state before last commit in #613
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2024-01-17 13:06:49 +00:00

1.7 KiB

SHOW TOPOLOGY

Command Format:

show topology from <table_name>;

It is used to view physical tables corresponding to a specified logical table.

Output Details:

RDS_instance_id: indicates the ID of the RDS instance.

HOST: indicates the IP address of the RDS instance.

PORT: indicates the port number of the RDS instance.

DATABASE: indicates the physical database in the RDS instance.

TABLE: indicates the physical table.

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