Example: Identifying Which AMPs are in a Contiguous Map - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Use the function SYSLIB.ContiguousMapAMPs to view the AMPs in a contiguous map.

In this example, the first column is the AMP number. The second column contains a two-character code indicating whether the AMP is the primary ('P'), fallback ('F'), or both primary and fallback ('PF') AMP.

SELECT * FROM TABLE (ContiguousMapAmps('TD_Map1')) dt;
      AmpNo  AmpType
-----------  -------
          0  PF
          1  PF
          2  PF
          3  PF
          4  PF
          5  PF
          6  PF
          7  PF