8.206 V$EQ_MESSAGE_CACHE_ADVICE
V$EQ_MESSAGE_CACHE_ADVICE shows simulated metrics for a range of potential message cache sizes for Transactional Event Queues (TEQs). This view assists in cache sizing by providing information in the form of metrics as described below.
               
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Cache size for simulation (in megabytes) | 
| 
 | 
 | Size factor with respect to the current cache size | 
| 
 | 
 | Possible values: 
 | 
| 
 | 
 | Estimated number of cached event stream partitions for this size | 
| 
 | 
 | Estimated number of uncached event stream partitions for this size | 
| 
 | 
 | Estimated number of event stream partitions evicted for this size | 
| 
 | 
 | Estimated number of event stream partitions getting evicted per minute | 
| 
 | 
 | Estimated number of event stream partitions unevicted by foreground processes | 
| 
 | 
 | Estimated number of event stream partitions getting unevicted by foreground processes | 
| 
 | 
 | Estimated number of event stream partitions unevicted by background processes | 
| 
 | 
 | Estimated number of event stream partitions getting unevicted by background processes | 
| 
 | 
 | Estimated number of background processes required for this size | 
| 
 | 
 | Simulated number of messages being enqueued per second | 
| 
 | 
 | Simulated number of messages being dequeued per second | 
| 
 | 
 | Simulated average number of messages per cached event stream partitions | 
| 
 | 
 | Simulated average memory per cached event stream partition (in megabytes) | 
| 
 | 
 | Simulated average time to evict a cached event stream partition (in milliseconds) | 
| 
 | 
 | Simulated average time to unevict a cached event stream partition (in milliseconds) | 
| 
 | 
 | Reserved for internal use | 
| 
 | 
 | Amount of time that was simulated for (in minutes) | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 | 
Note:
This view is available starting with Oracle Database 21c.
See Also:
Oracle Database Advanced Queuing User's Guide for more information about Oracle Transactional Event Queues and Advanced Queuing