Database Tuning (MOSC)

MOSC Banner

Tuning hot blocks

edited Jul 9, 2009 8:59PM in Database Tuning (MOSC) 7 commentsAnswered
Recently we faced similar issue with 2 applications,

Issue 1 in one application:

One table with around 44 rows and one index on it. The size of the table is minimum extent, ie, 1 MB and index is also 1MB.

The data for the table and also data for the index reside in only one block.

The application is OLTP and this table is accessed (select) in a user defined function. This function is called in almost all the select statements (though web) issued by user. ie, when user opens an application page, navigates between pages etc.

It was found that lot of contention on this index block as the total no. of users is more (around 200 +). This table will be accessed once (through function) per row. So, this index is accessed more than 500 times concurrently leading to heavy contention on this index block.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center