1 |
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)
|
2 |
Parallel Data Load
-
Loads data in both a direct and parallel method
-
speeds up the loading of large data loads
|
3 |
Parallel Index Creation
-
speeds up the creation of large indexes
|
4 |
Parallel Recovery
-
enables concurrent recovery sessions
|