RAC Hot Block Issue - 0 views
-
One obvious method of reducing pings between instances is to isolate the transactions that use a specific data set to a specific server in the RAC cluster.
-
Some of the good RAC practices, to put it quite frankly, waste disk and memory space to improve data sharing and dispersal characteristics.
-
An example of an efficient RAC object is one that is used by only a single instance at a time. To achieve this singularity of use, the rows-per-block (RPB) of the data object must be reduced.
- ...3 more annotations...
-
For high insert objects, pre-allocate extents to avoid dynamic space management. Assign allocated extents to specific instances. This avoids intra-instance block transfers during insert activity from multiple nodes.
-
Use reverse-key indexes for indexes that may become right-hand indexes due to high insert rates. This removes the capability to use index scans. Use only when required.
-
Design indexes such that the clustering factor is as close to the number of used blocks as is possible.