Validating Queries Using Query Level Monitoring - Teradata Vantage

Configuring Teradata Vantageā„¢ After Installation

Product
Teradata Vantage
Release Number
1.1
Published
July 2019
Language
English (United States)
Last Update
2019-10-11
dita:mapPath
qyu1559916244734.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4014
lifecycle
previous
Product Category
Analytical Ecosystem
Software
Teradata Vantage

You can check the QLM query log to validate queries are running on ML Engine.

  1. From a client application (such as BTEQ or Teradata Studio), log on to the Vantage system as a user that has SELECT on td_mle_db.querylog. For example:
    .logon systemname.your_company.com/rose
  2. Count the number of queries stored in the QLM log. Run:
    select count(*) from td_mle_db.querylog;

    The result should be non-zero.

  3. Log off:
    .logoff
PostrequisiteIf you created a test user (such as rose), remove the user. For example:
.logon systemname.your_company.com/dbc
delete user rose;
drop user rose;
.logoff