|
|
Re: Partition Exchange in Hash Partitioned Table [message #547244 is a reply to message #547186] |
Tue, 13 March 2012 09:31 |
manubatham20
Messages: 566 Registered: September 2010 Location: Seattle, WA, USA
|
Senior Member |
|
|
It was just a question in my mind.
In actual I want to take backup of partitions of a list partitioned table for performance improvement. For that I have to convert my hash partitioned table to list partitioned table first.
My question is, moving partition of list partitioned table to backup table (emptying partition), will make the performance of select query better anyhow (select query is using locally partitioned index)?
[EDIT]
One more thing to add, if there is only one key value (on the basis of which partitioning has been done) per partition in my hash table and most of the indexes [4/6] are locally partitioned.
Thank you.
[Updated on: Tue, 13 March 2012 12:26] Report message to a moderator
|
|
|