Hi frnds this question is asked at IBM
One query is there when we dont collect stastics on
it,exlapin will show us LOW CONFIDENCE,When we collect
stastics it shows HIGH CONFIDENCE.WHAT IS THE INTERNAL
ARCHITECTURE ACTUALLY GOING ON ?????ASKED ON 23-08-2012
THANKS IN ADVANCE
Answers were Sorted based on User's Feedback
Answer / tdguy
statistics collection is a concept, where TD stores the
demographic data and stores. When generating the explain
plan, TD looks for the stats for the columns used in the
sql., particularly the columns used on both sides of the
join. TD prepares a estimate based on the data available.If
enough stats are not available, TD displays a low
confidence. Whereas, if stats are collected for columns
involved in sql, stats will be available for TD, which in
turn displays a high confidence, which means exact or close
approximate no of rows processed will be displayed.
| Is This Answer Correct ? | 6 Yes | 0 No |
What are the different design perspectives used in teradata?
What are the commands to make a new table, change a table and remove a table in teradata?
How can you track login parameters of users in teradata?
can we load 10 millions of records into target table by using tpump?
Why Multiload does not supports USI and supports NUSI?
Discuss the advantages of using partitioned primary index in a query?
What is the purpose of joins in teradata and what are the available join types?
What are the different functions included in the server software?
Can we take collect stats on Dervied Tables and Volitable tables, What is Golabal Temporary table what is the use of this Golabal Temporary table ,When we create any kind table in Teradata it will show in Golabal Temporary table
Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.
How can bottlenecks be identified?
What are the different methods ot loading a dimension table? A fact table etc?