Creating index on base tables of a view [message #485690] |
Thu, 09 December 2010 08:38 |
mmtr
Messages: 4 Registered: April 2009 Location: DELHI
|
Junior Member |
|
|
I have a view on base tables holding historical data for previous 60 months(one table per month) with union all operators.
Please suggest whether to create index on those base tables will improve performance or creating a primary key with disabled novalidate will improve for retrieving data?
The view has around 8 million data and used as a fact table with 4 dimenssion tables.A DTS package from MSSql side refreshes OLAP cube by retrieving data from these tables in oracle.
Regards,
Megh
|
|
|
|