Parallel Query Processing
-
enables the parallel processing of lon and complex queries with parallelizable operators such as scan,join and sorts
-
speeds up query response time (vs throughput in Parallel Server Option)
|
Parallel Data Load
-
Loads data in both a direct and parallel method
-
speeds up the loading of large data loads
|
Parallel Index Creation
-
speeds up the creation of large indexes
|
Parallel Recovery
-
enables concurrent recovery sessions
|