Performance Issue while truncating table partition. (3 Merged) [message #561638] |
Tue, 24 July 2012 08:53 |
palanisvr
Messages: 21 Registered: March 2007
|
Junior Member |
|
|
HI Gurus,
I have two partitions on table named Partition A and Partition B .
I am inserting the data into the partitioned table and truncating Partition B at the same time.
Thus ,the truncating is taking very long time . Please advise if we can do any thing to optimise the Truncate performace.
Scenario :
Session 1 :
Insert into partitioned_table ()
Session 2 :
Alter table partitioned_table truncate partition PARTITION B
Thanks in advance.
[EDITED by LF: removed superfluous empty lines]
[Updated on: Tue, 24 July 2012 09:14] by Moderator Report message to a moderator
|
|
|
|
|