8.121 V$CACHE_FUSION_HISTOGRAM
V$CACHE_FUSION_HISTOGRAM
displays a breakdown of various
processing latencies in the Global Cache Service processes (LMS) used in cache
fusion.
This view is a superset of the V$CURRENT_BLOCK_SERVER
view, which reports just pin and flush statistics.
Column | Datatype | Description |
---|---|---|
|
|
Name of the statistic |
|
|
Total histogram count for the statistic |
|
|
Histogram count for values taking less than 10 microseconds |
|
|
Histogram count for values taking 10 to 100 microseconds |
|
|
Histogram count for values taking 100 microseconds to 1 millisecond |
|
|
Histogram count for values taking 1 to 10 milliseconds |
|
|
Histogram count for values taking 10 to 100 milliseconds |
|
|
Histogram count for values taking 100 milliseconds to 1 second |
|
|
Histogram count for values taking 1 to 10 seconds |
|
|
Histogram count for values taking more than 10 seconds |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
This view is available starting with Oracle Database 23ai, Release Update 23.8.
See Also: