Database Tuning (MOSC)

MOSC Banner

Data Reteieval on Huge Table

edited Aug 24, 2012 5:41AM in Database Tuning (MOSC) 12 commentsAnswered
Hello Experts

I need your help to resolve a performance tuning issue.

we have a table called 'activity' with row count 17712037. this table will be loaded as a daily basis (load_dt) with hundreds of records.

This table is being used in a function to get the data for specified date ranges, and takes much time (hours) to execute, fetch the results.

we use the date ranges only to the recent 6 months of data.

we considered here two approaches:

1. we created index on column activity.load_dt , which we couldn't achieve best results.
  ( ex: load_dt >= (sysdate-60) and load_dt <= sysdate)

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