Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What EXPLAIN does in Teradata, what is High confidence, Low
confidence and No confidence.. And How we improve the query
performance .

Answers were Sorted based on User's Feedback



What EXPLAIN does in Teradata, what is High confidence, Low confidence and No confidence.. And How..

Answer / farooq

explain provides execution procedure(stratergy).It gives
the estimated time,confidence and memory needed to execute
the query.It is used to analayze all joins and complex
queries.


"EXPLAIN parses the sql atatement but does not execute it".

Is This Answer Correct ?    24 Yes 1 No

What EXPLAIN does in Teradata, what is High confidence, Low confidence and No confidence.. And How..

Answer / adi

explain gives the execution strategy means what are the
different steps that the query will go through.

HIGH CONFIDENCE:Statistics are collected.
LOW CONFIDENCE:Statistics are not collected. But the where
condition is having the condition on indexed column. Then
estimations can be based on sampling.
NO CONFIDENCE:Statistics are not collected and the
condition is on non indexec column.

Is This Answer Correct ?    18 Yes 3 No

What EXPLAIN does in Teradata, what is High confidence, Low confidence and No confidence.. And How..

Answer / farooq

HIGH CONFIDENCE:Statistics are collected up to date.
LOW CONFIDENCE:Statistics are not up todate.
NO CONFIDENCE:Statistics are not collected.

Is This Answer Correct ?    16 Yes 2 No

What EXPLAIN does in Teradata, what is High confidence, Low confidence and No confidence.. And How..

Answer / yuvaevergreen

The explain generally displays the plan which would be
prepared by Optimizer.We can say that(though not accurate)
plan would be the steps followed by Teradata to solve a
query.Confidence levels indicate how well the optimizer is
aware about the demographic data for a particular step.

>>High confidence: Means the optimizer know about the no of
rows that would be returned as a result of that step.
Examples would be when PI statistics exist when the column
or range stats exist or no join involved.

>>Low confidence: Some stats available. Join and stats
available on both sides of the join.

>>No confidence: No stats available. Join involved.

Is This Answer Correct ?    8 Yes 1 No

What EXPLAIN does in Teradata, what is High confidence, Low confidence and No confidence.. And How..

Answer / yuvaevergreen

1.Explain helps us to know about the stats needed.

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Teradata Interview Questions

How to improve the query performance without taking the collect statistics? In explain plan i have 'NO CONFIDENT'.

2 Answers  


Hello Frndz, I have a table named product as shown below: product_id product_name 1 AAA 1 BBB 1 CCC 2 PPP 2 QQQ 2 RRR Now my output should be: product_id product_name_1 product_name_2 product_name_3 1 AAA BBB CCC 2 PPP QQQ RRR

4 Answers   Cap Gemini,


why use references rather than pointers in the public api, particularly for arguments which are modified?

0 Answers  


How can bottlenecks be identified?

0 Answers  


What are the steps involved in the process flow of the sql statement through channel attached system?

0 Answers  


how do you manage the production space. what are the proactive methods you can take ?

0 Answers  


Explain BYNET.

0 Answers  


What is real time and near real time data warehousing?

0 Answers  


what is the query for retrieve the unique values(not display the duplicates values) from single table?

6 Answers   IBM,


What is the use of virtual processor connectivity in teradata?

0 Answers  


What is collect State in Teradata ? what it use and how it works??

3 Answers   TCS,


What tools would you use for that?

0 Answers  


Categories