Explains how to retrieve and view the list of upstream sources for a table using either the Control System, or the CLI.
| Column Name | Column Description |
|---|---|
| IDX | The index number of the replica table. |
| Upstream Source Cluster | The cluster on which the upstream table resides. |
| Upstream Source Path | The path to the upstream source table. |
| UUID | The replica table's universally unique identifier. |
The basic command to retrieving the list of upstream sources for a table is:
maprcli table upstream list -path <table path>
See table upstream list for complete
reference information.