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 is the particular designated level at which a LOCK is liable to be applied in Teradata?

597


Syntax for case when statement?

606


Highlight the points of differences between the database and user in Teradata.

587


What are the main components of teradata system?

580


Difference between star and snowflake schemas?

601






What are the 5 phases in a multiload utility?

606


What is the use of virtual processor connectivity in teradata?

565


How to load specific no.of records using bteq, or fastload,or multiload

1315


What is the difference between teradata and basic rdbms?

566


What is the use of fallback?

558


Highlight the limitations of TPUMP Utility.

602


What are some commonly used bteq scripts?

563


Highlight the differences between Primary Key and Primary Index.

615


How is MLOAD Client System restarted after execution?

595


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

565