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

Answers were Sorted based on User's Feedback



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

Answer / siri

The Optimizer plans an execution strategy for every
SQL query submitted to it. We have also seen that the
execution strategy
for any query may be subject to change depending on various
factors. For
the Optimizer to consistently choose the optimum strategy,
it must be
provided with reliable, complete, and current demographic
information
regarding all of these factors. The best way to assure that
the Optimizer
has all the information it needs to generate optimum
execution strategies
is to COLLECT STATISTICS.

-Statistics tell the Optimizer how many rows/ value there
are.
– The Optimizer uses statistics to plan the best way to
access data.
– May improve performance of complex queries and joins.
– NUSI Bit Mapping requires collected statistics.
– Helpful in accessing a column or index with uneven value
distribution.
– Stale statistics may mislead the Optimizer into poor
decisions.
– Statistics remain valid across a reconfiguration of the
system.
– COLLECT is resource intensive and should be done during
off hours.

Is This Answer Correct ?    7 Yes 0 No

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

Answer / yuvaevergreen

-->"Collect stats" collects demographic data about the
columns or indces of a table.
-->This statistics is used by the PE to optimize the plan
which can be viewed by explain command.
-->When collect stats is executed,the statistics is stored
in data for use of PE.

Is This Answer Correct ?    5 Yes 1 No

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

Answer / tdguy

Stores the demographic data about the columns. Very
important for better performance.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Teradata Interview Questions

Explain fallback in teradata?

0 Answers  


What are the different methods ot loading a dimension table? A fact table etc?

0 Answers  


What is the difference between teradata and basic rdbms?

0 Answers  


What is real time and near real time data warehousing?

0 Answers  


What are tpump utility limitations?

0 Answers  






In Teradata, what is the significance of UPSERT command?

0 Answers  


Explain about Skew Factor?

6 Answers   TCS,


What are differences between teradata and ansi session modes in teradata?

0 Answers  


Explain PDE.

0 Answers  


If the PMON is not working then how do you manage and monitor all processes, resources and sessions etc.

0 Answers  


Explain the teradata primary index mechanics in detail with a diagram.

0 Answers  


Hash collision?

3 Answers   Satyam,


Categories