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
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 |
Answer / gowthami
hIIIIIII.........
BY using indexes and collect statistics we can increase the
query performance
| Is This Answer Correct ? | 1 Yes | 0 No |
If the script is aborted. why it is aborted and how can you identify ?
What is called partitioned primary index (ppi) and discuss the advantages of using it in a query?
What is the use of fallback?
What is smp and mpp platforms?
Describe the between keyword in teradata?
in teradata level primary in table level allows duplicates why?
If I wanted to run a TPump job only once per day - basically working on a file that is produced once per day - how would you set up the parameters for that sort of job ?
Hello Frndz, I have a table named product as shown below: product_id product_name 1 AAA 1 BBB 1 CCC 2 PPP 2 QQQ 2 RRR Now my output should be: product_id product_name_1 product_name_2 product_name_3 1 AAA BBB CCC 2 PPP QQQ RRR
In a table can we use primary key in one column and in another column both unique and not null constrains.if yes how?
how do you manage the production space. what are the proactive methods you can take ?
If RDBMS is halted what will you do ?
What are the functions of a Parser?