Team,
I have been doing stress test for my application and after looking at the top activity tab in the ORacle OEM , I have found out few recommendations. Could you please assist me in implementing the recommendations.
All our Indexes have ini_trans has 2 and max_Trans as 255.
Assuming we have base index IDX_CO_USRPASS on scott.emp table for column hiredate please provide your suggestion in this case.
Recomendation 1:
Consider increasing INITRANS for the INDEX "IDX_CO_USRPASS" with object ID 125068 without rebuilding it.
The SQL statement with SQL_ID "f2gfdy1mdjdz9" was found waiting for the Interested Transaction List (ITL) enqueue on the INDEX "IDX_CO_USRPASS" with object ID 125068.
Recommendations :2
Consider rebuilding the INDEX "IDX_CO_USRPASS" with object id 125068 using a higher value for INITRANS.
The SQL statement with SQL_ID "f2gfdy1mdjdz9" was found waiting for the Interested Transaction List (ITL) enqueue on the INDEX "IDX_CO_USRPASS" with object ID 125068.
Recommendation :3
Consider hash partitioning the INDEX "IDX_CO_USRPASS" with object ID 125068 in a manner that will evenly distribute concurrent DML across multiple partitions.
The SQL statement with SQL_ID "f2gfdy1mdjdz9" was found waiting for the Interested Transaction List (ITL) enqueue on the INDEX "IDX_CO_USRPASS" with object ID 125068.
THe above recommendations were suggested during an insert happening into the table.
Hope this index info from user_indexes data dictionary would be useful in assisting me further:
INDEX_NAME | INDEX_TYPE | TABLE_NAME | TABLE_TYPE | UNIQUENESS | COMPRESSION | PREFIX_LENGTH | TABLESPACE_NAME | INI_TRANS | MAX_TRANS | INITIAL_EXTENT | NEXT_EXTENT | MIN_EXTENTS | MAX_EXTENTS | PCT_INCREASE | PCT_THRESHOLD | INCLUDE_COLUMN | FREELISTS | FREELIST_GROUPS | PCT_FREE | LOGGING | BLEVEL | LEAF_BLOCKS | DISTINCT_KEYS | AVG_LEAF_BLOCKS_PER_KEY | AVG_DATA_BLOCKS_PER_KEY | CLUSTERING_FACTOR | STATUS | NUM_ROWS | SAMPLE_SIZE | LAST_ANALYZED | DEGREE | INSTANCES | PARTITIONED | TEMPORARY | GENERATED | SECONDARY | BUFFER_POOL | FLASH_CACHE | CELL_FLASH_CACHE | USER_STATS | DURATION | PCT_DIRECT_ACCESS | ITYP_OWNER | ITYP_NAME | PARAMETERS | GLOBAL_STATS | DOMIDX_STATUS | DOMIDX_OPSTATUS | FUNCIDX_STATUS | JOIN_INDEX | IOT_REDUNDANT_PKEY_ELIM | DROPPED | VISIBILITY | DOMIDX_MANAGEMENT | SEGMENT_CREATED |
IDX_CO_USRPASS | NORMAL | scott.emp | TABLE | NONUNIQUE | DISABLED | | scott | 2 | 255 | 65536 | 1048576 | 1 | 2147483645 | | | | | | 10 | YES | 2 | 8634 | 781432 | 1 | 1 | 864691 | VALID | 865327 | 108841 | 2/15/2016 3:45 | 1 | 1 | NO | N | N | N | DEFAULT | DEFAULT | DEFAULT | NO | | | | | | YES | | | | NO | NO | NO | VISIBLE | | YES |
Thanks