how to improve the query perfoemance in teradata.with example?and how explain this in interview?please forward answer

Answer Posted / tdguy

Performance tuning increases with experience. Some tips
are: Analyze the plan displayed by TD. This would give
enough information about the query, data and performance.
Check for confidence levels. Try to identify the type of
joins. Avoid product, cartesian product and nested joins.
1. try to avoid unnecessary joins 2. Try to join using
unique value columns 3. collect stats 4. Use secondary
index appropriately 5. Use join index, if necessary 6.
Split the query, if necessary.
Again, see the plan and repeat the steps.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the functions of a teradata dba?

600


What are the different functions included in the server software?

603


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

658


What is a node in teradata?

587


what is sysdba and sysdbc ? which has high priority ?

3372






if collect stats but it show low confidence why?

1192


What is the difference between teradata and oracle?

558


How to write the query . eid enm doj dob i want to display the names who worked more than 25 years .

1281


What are the joins in teradata?

571


Highlight the advantages of PPI(Partition Primary Index).

563


Differentiate database data and data warehouse data?

588


What are the functions involved in shared information architecture?

604


What is smp and mpp platforms?

529


While creating table my dba has fallback or no fallback in his ddl. What is that?

694


Explain and compare pros and cons of start schemas?

547