Query optimisation, table partitionning and lack of index [message #439116] |
Thu, 14 January 2010 06:37 |
|
didiera
Messages: 134 Registered: August 2007 Location: Mauritius
|
Senior Member |
|
|
Hello friends,
I would like to ask if table partitionning could be used as an alternative to relieve full table scans in queries involving filters based on fields that have not been indexed. To be more clear, we have a production table with many records already (easily millions) and we are not considering altering the existing indexes. I have this query to run against that table which filters records on the record creation date field (for which no index is available) and when analysing the execution plan i find that a costly full table scan goes in the background. In your opinion, could table partitionning serve as some alternative to indexing?
regards,
Didier
|
|
|
|
|
|
|
|