由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 请教teradata问题
相关主题
SQL Server怎么查为什么store procedure跑的慢?请教一个mssql的问题
Need help on a strange SQL server problem请教怎么来log duration of a MYSQL procedure?
一个看似简单的sql语句Data Mining and OLAP
问个关于sql query 运行速度的问题一个SQL query的问题
teradata 的问题[转载] question about SQL in Access
有没有人可以介绍一下美国业界的情况[转载] Can anyone interpret this simple SQL?
有谁知道TeraData多少钱?一个求和的有日期限制的sql query 问题.
急,SQL2005, 怎么查过去一小时里run过的所有query?如何在数据库中进行复杂查询, 但不把中间结果放到程序内存
相关话题的讨论汇总
话题: teradata话题: logging话题: sql话题: tasm话题: dbql
进入Database版参与讨论
1 (共1页)
c******j
发帖数: 87
1
请问有没有什么工具能够查到Teradata server所接受的Query呢?类似于SQL Server
Profiler的咚咚?
Thanks
w*r
发帖数: 2421
2
turn on DBQL Logging or use TASM to log deatail for the workload you are
targetig to log, then check the content of dbc.qrylogtbl table or dbc.
querylog view.
Be careful when you turn on logging for high-concurrent workload with detail
steps logging, it do have performance complication(not quite visible for
low activity OLAP systems).

【在 c******j 的大作中提到】
: 请问有没有什么工具能够查到Teradata server所接受的Query呢?类似于SQL Server
: Profiler的咚咚?
: Thanks

c******j
发帖数: 87
3
Thanks, could you please kindly give some details? I am totally new to this
server.
w*r
发帖数: 2421
4
for DBQL Logging
Begin query logging [with ,*] [LIMIT [AND <
limit option>}*} ON [username ,] | ACCOUNT= (account string,*)>;
check the SQL Reference Database Definition Statements manual.
For TASM , check the Teradata document broucher and search Teradata Dynamic
Workload
Management
Both methods write the results into a set of DBQL Tables plus a couple of
TASM summary tables. Details
can be found in the SQL Reference DDL reference.

detail

【在 w*r 的大作中提到】
: turn on DBQL Logging or use TASM to log deatail for the workload you are
: targetig to log, then check the content of dbc.qrylogtbl table or dbc.
: querylog view.
: Be careful when you turn on logging for high-concurrent workload with detail
: steps logging, it do have performance complication(not quite visible for
: low activity OLAP systems).

c******j
发帖数: 87
5
Thanks a lot!
1 (共1页)
进入Database版参与讨论
相关主题
如何在数据库中进行复杂查询, 但不把中间结果放到程序内存teradata 的问题
Job openings with Teradata (zt)有没有人可以介绍一下美国业界的情况
parameterized queries with no inputs有谁知道TeraData多少钱?
A SQL query never stop running is bothering me: help needed (转载)急,SQL2005, 怎么查过去一小时里run过的所有query?
SQL Server怎么查为什么store procedure跑的慢?请教一个mssql的问题
Need help on a strange SQL server problem请教怎么来log duration of a MYSQL procedure?
一个看似简单的sql语句Data Mining and OLAP
问个关于sql query 运行速度的问题一个SQL query的问题
相关话题的讨论汇总
话题: teradata话题: logging话题: sql话题: tasm话题: dbql