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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / gowthami

hIIIIIII.........
BY using indexes and collect statistics we can increase the
query performance













Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Teradata Interview Questions

Highlight the differences between Primary Key and Primary Index.

0 Answers  


What is the purpose of joins in teradata?

0 Answers  


What is a level of granularity of a fact table?

0 Answers  


i am pursuing mca and i want to do tera data .so plz suggest me the best institue in hydrabad who teach real tym scenerio.

1 Answers  


What can be achieved by using the teradata rdbms?

0 Answers  






What is spool space?

0 Answers  


What is real time and near real time data warehousing?

0 Answers  


How will you solve the problem that occurs during update?

0 Answers  


Explain Teradata performance tuning and optimization?

0 Answers  


My table got locked during mload due to a failed job. What do I do to perform other operations on it?

0 Answers  


id name gender 1 Ram Female 2 Kumar Female 3 sathish Female 4 Santhya Male 5 Durga Male 6 Priya Male This is my input...how to change Gender Male to Female & Female to Male??? Write sql query for this question???

6 Answers   Cap Gemini,


Can we take collect stats on Dervied Tables and Volitable tables, What is Golabal Temporary table what is the use of this Golabal Temporary table ,When we create any kind table in Teradata it will show in Golabal Temporary table

6 Answers   IBM,


Categories