Database Tuning (MOSC)

MOSC Banner

Query Tuning techniques basics in details

edited Feb 28, 2011 1:54AM in Database Tuning (MOSC) 15 commentsAnswered
Hi All,

I am working on query tuning tasks. I have studied few documents and presentations, which talks about methods to write a optimal query. The documents are ppts are say the below things briefly:

1. Usage of exists clasu instead in clause (where ever it is applicable)

2. Avoiding unnecessary usage of distinct/order by clauses in the query

3.  Order of the tables in the FROM clause of the tables.

4. Order of the join conditions in the WHERE clause and the like.

But, I heard from one of my senior DBAs that "Order of tables in FROM clause and Order of join condition in WHERE clause" are not important now as from 10g onwards optimiser will take care about those things.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center