nerdexam
Oracle

1Z0-883 · Question #61

A database exists as a read-intensive server that is operating with query_cachek_type = DEMAND. The database is refreshed periodically, but the resultset size of the queries does not fluctuate. Note…

The correct answer is C. Mutex contention on the Query Cache is forcing the queries to take longer due to its single- threaded nature. See the full explanation below for the reasoning.

Question

A database exists as a read-intensive server that is operating with query_cachek_type = DEMAND. The database is refreshed periodically, but the resultset size of the queries does not fluctuate. Note the following details about this environment:

  • A web application uses a limited set of queries.
  • The Query Cache hit rate is high.
  • All resultsets fit into the Query Cache.
  • All queries are configured to use the Query Cache successfully.

The response times for queries have recently started to increase. The cause for this has correctly been identified as the increase in the number of concurrent users accessing the web service. Based solely on the information provided, what is the most likely cause for this slowdown at the database level?

Options

  • AThe Query Cache is pruning queries due to an increased number of requests.
  • BQuery_cache_min_res_unit has been exceeded, leading to an increased performance overhead due
  • CMutex contention on the Query Cache is forcing the queries to take longer due to its single- threaded nature.
  • DThe average resultset of a query is increasing due to an increase in the number of users requiring

How the community answered

(64 responses)
  • A
    5% (3)
  • B
    3% (2)
  • C
    83% (53)
  • D
    9% (6)

Community Discussion

No community discussion yet for this question.

Full 1Z0-883 Practice