Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Impact of Partitioning on DML

user10566312Apr 11 2017 — edited Apr 11 2017

I am creating an interval partitioning on a table to improve SELECT queries on the table. I would like to understand does partitioning impact performance of DMLs:

a. when the partition key is present in the where clause of DML. (improve/ degrade/ no impact on performance)

b. when the partition key is absent in the where clause of DML(improve/ degrade/ no impact on performance)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2017
Added on Apr 11 2017
9 comments
499 views