What is collect State in Teradata ? what it use and how it
works??
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / tdguy
Stores the demographic data about the columns. Very
important for better performance.
| Is This Answer Correct ? | 2 Yes | 0 No |
List out some of the primary characteristics of teradata.
How does indexing improve query performance?
What is bteq script in teradata?
Explain the parallel data extension in teradata?
how many modules are there in telecome domain?how to explain the architecture?
How can we build data marts from FSLDM. is there any standard approach for this?Is FSLDM supports place ?
How do you Generate sequence at the time of Display?
What is real time and near real time data warehousing?
How can we pass Variable in Bteq with out using shell script Is it possible or not If possible let me know how can we pass varaibale
What is meant by a Least Cost Plan?
What are the joins in teradata and how many types of joins are there in teradata?
How to select first n records in teradata?