8.6 V$INMEMORY_AREA
V$INMEMORY_AREA contains information on the space allocation inside the In-Memory area.
               
The In-Memory area is sub-divided into two pools: a 1MB pool used to store the actual column formatted data populated into memory, and a 64K pool used to store metadata about the objects that are populated into the In-Memory Column Store (IM column store). The amount of available memory in each pool is visible in the V$INMEMORY_AREA view. The relative size of the two pools is determined by internal heuristics. The majority of the In-Memory area memory is allocated to the 1MB pool.
                  
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Name of the pools in the In-Memory area | 
| 
 | 
 | Total amount of memory allocated to this pool | 
| 
 | 
 | Amount of memory currently used in this pool | 
| 
 | 
 | Shows the status of the IM column store, for example, whether it is currently being populated or if it is done | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 | 
See Also:
- 
                           Oracle Database In-Memory Guide for an introduction to the IM column store