How can analyze query after generating explain plan ?
Answers were Sorted based on User's Feedback
Answer / chiranjeevi
After generating explan plan the out put of the query
stored in plan_table.from this table if you finding any
table access (full) in output,the query having perfomence
problem.
according you can create the index or primary key or unique
in proper table.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / azuan
example
explain analyze select br_loc,count(insp_id) from insp where
date_create between '2010-07-01 00:00:00' and '2010-07-31
23:59:59' group by br_loc
Is This Answer Correct ? | 1 Yes | 0 No |
What is ON DELETE CASCADE?
What is primary key and unique key?
What is plpgsql language?
How do I make sql search faster?
Define concurrency control. : Transact sql
What is composite data type in pl sql?
What is sql indexing?
Fetch an entire row from the employees table for a specific employee ID:
What is the non-clustered index in sql?
How can triggers be used for the table auditing?
Explain what is a subquery ?
What are secondary keys?