Skip to Main Content

Oracle Database Discussions

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!

How testing impact of index during insert

1046786Mar 27 2014 — edited Mar 27 2014

Hi all,

I have to test if adding a particular index on a table, has some efforts or impacts on Insert queries.

How can I do it?

I'm thinking about 2 ways:

1) Create a small stored procedures that insert 2k rows (for example), and retrieve the execution time with/without the index

2) Do the point 1) using some better tools like DBMS_PROFILER to get a more precise execution time...

That's all: have you got any suggestions? Should I do some work adding/removing the index? I'm thinking about update some Oracle statistics...

Thank you so much!!

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 24 2014
Added on Mar 27 2014
7 comments
581 views