nerdexam
Oracle

1Z0-515 · Question #26

Identify the true statement about adaptive parallelism.

The correct answer is A. It Is turned on by default. Adaptive Parallelism: The adaptive multiuser algorithm, which is enabled by default, reduces the degree of parallelism as the load on the system increases. When using the Oracle Database adaptive parallelism capabilities, the database uses an algorithm at SQL execution time to…

Advanced Concepts

Question

Identify the true statement about adaptive parallelism.

Options

  • AIt Is turned on by default.
  • BIt is turned off by default.
  • CYou should always leave the default setting
  • DThere is no such thing.

How the community answered

(20 responses)
  • A
    75% (15)
  • B
    5% (1)
  • C
    10% (2)
  • D
    10% (2)

Explanation

Adaptive Parallelism: The adaptive multiuser algorithm, which is enabled by default, reduces the degree of parallelism as the load on the system increases. When using the Oracle Database adaptive parallelism capabilities, the database uses an algorithm at SQL execution time to determine whether a parallel operation should receive the requested DOP or have its DOP lower to ensure the system is not overloaded. In a system that makes aggressive use of parallel execution by using a high DOP, the adaptive algorithm adjusts the DOP down when only a few operations are running in parallel. While the algorithm still ensures optimal resource utilization, users may experience inconsistent response times. Using solely the adaptive parallelism capabilities in an environment that requires deterministic response times is not advised. Adaptive parallelism is controlled through the database initialization parameter PARALLEL_ADAPTIVE_MULTI_USER.

Topics

#adaptive parallelism#parallel query#default settings#Oracle database

Community Discussion

No community discussion yet for this question.

Full 1Z0-515 Practice