Glossary
ADO policy
NOINMEMORY
(action) 30 days after creation (condition). Specify ADO policies using the ILM
clause of CREATE TABLE
and ALTER TABLE
statements.
Parent topic: Glossary
Automatic Data Optimization (ADO)
Parent topic: Glossary
Automatic In-Memory
A feature that automatically evicts cold (infrequently accessed) segments from the IM column store to ensure that the working data set is always populated.
Parent topic: Glossary
availability
Parent topic: Glossary
Bloom filter
Parent topic: Glossary
Column Compression Unit (CU)
Parent topic: Glossary
columnar data pool
Parent topic: Glossary
columnar format
Parent topic: Glossary
common dictionary
Parent topic: Glossary
compression tiering
Parent topic: Glossary
data flow operator (DFO)
The unit of work between data redistribution stages in a parallel query.
Parent topic: Glossary
dense grouping key
A key that represents all grouping keys whose grouping columns come from a specific fact table or dimension.
Parent topic: Glossary
dense join key
A key that represents all join keys whose join columns come from a particular fact table or dimension.
Parent topic: Glossary
dense key
A numeric key that is stored as a native integer and has a range of values.
Parent topic: Glossary
double buffering
Parent topic: Glossary
expression
Parent topic: Glossary
expression capture interval
Parent topic: Glossary
expression capture window
IME_OPEN_CAPTURE_WINDOW
and IME_OPEN_CAPTURE_WINDOW
procedures in the DBMS_INMEMORY_ADMIN
package.
Parent topic: Glossary
Expression Statistics Store (ESS)
Parent topic: Glossary
FastStart area
Parent topic: Glossary
Heat Map
Parent topic: Glossary
home location
Parent topic: Glossary
hybrid partitioned table
Parent topic: Glossary
IM aggregation
KEY VECTOR
and VECTOR GROUP BY
operators, which is why it is also known as VECTOR GROUP BY
aggregation.
Parent topic: Glossary
IM column store
An optional SGA area that stores copies of tables and partitions in a columnar format optimized for rapid scans.
Parent topic: Glossary
IM dynamic scan
Parent topic: Glossary
IM expression
last_name
is a column stored in the IM column store, then an IM expression might be UPPER(last_name)
.
Parent topic: Glossary
IMCU mirroring
sales
table.
Parent topic: Glossary
IMCU pruning
Parent topic: Glossary
IM storage index
Parent topic: Glossary
In-Memory Advisor
Parent topic: Glossary
In-Memory Compression Unit (IMCU)
A one-to-many mapping exists between an IMCU and a set of database blocks. For example, if a table contains columns c1
and c2
, and if its rows are stored in 100 database blocks on disk, then IMCU 1 might store the values for both columns for blocks 1-50, and IMCU 2 might store the values for both columns for blocks 51-100.
Parent topic: Glossary
In-Memory Coordinator Process (IMCO)
Parent topic: Glossary
In-Memory Expression Unit (IMEU)
Parent topic: Glossary
In-Memory FastStart
Parent topic: Glossary
In-Memory virtual column
Parent topic: Glossary
Information Lifecycle Management (ILM)
Parent topic: Glossary
join group
A user-defined object that specifies frequently joined columns from the same table or different tables. External tables are not supported.
A typical join group candidate is a set of columns used to join fact and dimension tables. Join groups are only supported when INMEMORY_SIZE
is a nonzero value.
Parent topic: Glossary
key vector
A data structure that maps between dense join keys and dense grouping keys.
Parent topic: Glossary
local dictionary
Parent topic: Glossary
lightweight thread
Parent topic: Glossary
metadata pool
Parent topic: Glossary
on-demand population
INMEMORY PRIORITY
is set to NONE
, the IM column store only populates the object when it is accessed through a full scan. If the object is never accessed, or if it is accessed only through an index scan or fetch by rowid, then it is never populated.
Parent topic: Glossary
OZIP
Parent topic: Glossary
partition exchange load
Parent topic: Glossary
population
Parent topic: Glossary
priority-based population
PRIORITY
is set to a value other than NONE
, Oracle Database adds the object to a prioritized population queue. The database populates objects based on their queue position, from CRITICAL
to LOW
. It is “priority-based” because the IM column store automatically populates objects using the prioritized list whenever the database re-opens. Unlike in on-demand population, objects do not require a full scan to be populated.
Parent topic: Glossary
repopulation
Parent topic: Glossary
service
Parent topic: Glossary
Snapshot Metadata Unit (SMU)
Parent topic: Glossary
Space Management Worker Process (Wnnn)
Parent topic: Glossary
staleness threshold
Parent topic: Glossary
storage tiering
Parent topic: Glossary
table scan process
Parent topic: Glossary
threshold-based repopulation
Parent topic: Glossary
transaction journal
Parent topic: Glossary
trickle repopulation
Parent topic: Glossary
virtual column
Parent topic: Glossary
working data set
INMEMORY
objects that is actively queried at a given time. Typically, the work working data set changes over time.
Parent topic: Glossary