A Query was run fine earlier. It is not running properly now. what are proactive steps you can take as a dba ?
Answer / tdguy
As a developer, some steps(below) can be suggested.
1. look at the explain plan. check for the join types.
product joins and nested joins consume more time.
2. check for the confidence levels.
3. collect stats
4. use si, ji appropriately.
5. repeat the steps after tuning.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain parsing engine in teradata?
Why Fload doesn’t support multiset table?
Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.
What are the 5 phases in a multiload utility?
How will you solve the problem that occurs during update?
What are the design features involved in teradata?
why use references rather than pointers in the public api, particularly for arguments which are modified?
What is meant by a Least Cost Plan?
What are two examples of an OLTP environment?
What is inner join and outer join?
Hi Frnds this que is recently asked at IBM there are two rows like aa6588fhfhf,gru282vbvv. Question is howcan we retrive the first number from two rows. Can any one help thanks in advance
TCS recently asked this question I have records like below Emp id Empname Salary DateTimestamp 1 AA 6000 20120609:11:30 1 AA 7000 20120609:12:30 1 AA 8000 20120609:01:30 I want to exceute records max timestamp(20120609:01:30)