Database Tuning (MOSC)

MOSC Banner

Stats collection on tables without indexes

edited Mar 2, 2010 6:11AM in Database Tuning (MOSC) 7 commentsAnswered
Hi All,
I was trying to see if I am able to omit generating stats on some of the very large staging tables that do not have any indexes.

 I did see some posts that histograms on such tables(that do not have any indexes and so will always participate as FTS) will still be useful for determining the join order of tables. Even though I dont generate histograms, I still felt that the num_rows itself will be helpful in determining the table joining order. Without this info, there is potentially a possibility of a wrong join order. If this is correct, then I want to go ahead and generate for ALL tables irrespective of presence of indexes.

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