SQL Performance (MOSC)

MOSC Banner

Question on index column for a partitioned table

edited Feb 12, 2016 4:06AM in SQL Performance (MOSC) 1 commentAnswered

We have a range partitioned table on a column - extract_dt.  We are planning to create an index.  I have three columns - extract_dt, assoc_id, primary_gci -  in the where clause which appears very frequently.  I would like to create an index.  Should I use the extract_dt column as part of index (composite index - extract_dt, assoc_id, primary_gci) or just create an index on (composite - assoc_id, primary_gci) since the extract_dt is part of table partitioned column?

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