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 |
what is use of fload loading into set table?
Can we load a Multi set table using MLOAD?
Why is the case expression used in teradata?
What is SQL Assistence?please eample
How to handle nulls in Teradata??? How many columns can be there in a table??? How to find average sal with out using avg function????
What is called partitioned primary index (ppi)?
Can some one tell me the ressolution for the error. I was not able to answer this question in wipro interview. "The transaction exceeded the maximum number of rowhash locks allowed"
What do high confidence, low confidence and no confidence mean in explain plan?
Describe primary index in teradata?
hi frnds i want to learn teradata utilities and teradata dba real time. i have 1+ years of experience in teradata. so i want to go deeply in Tearada. plz let me know at my email id who r best to learn from. im lookng for a realtime guy in HYD or Banglr. Thanks in advance. Rajesh my email-id: rajeshmss87@gmail.com
can we have an unconnected lkp to lookup a DB2 record against a Teradata record?
How do you load Multiple files to a table by using fastload scripts?