原文地址:https://docs.oracle.com/en/database/oracle/oracle-database/12.2/tgsql/optimizer-access-paths.html#GUID-1F4CDA9A-7419-44F6-89E0-395C92285015

8.2.1.3 Direct Path Reads

In a direct path read, the database reads buffers from disk directly into the PGA, bypassing the SGA entirely.

The following figure shows the difference between scattered and sequential reads, which store buffers in the SGA, and direct path reads.

直接路径读 - direct path reads

Situations in which Oracle Database may perform direct path reads include:

  • Execution of a CREATE TABLE AS SELECT statement

  • Execution of an ALTER REBUILD or ALTER MOVE statement

  • Reads from a temporary tablespace

  • Parallel queries

  • Reads from a LOB segment

See Also:

Oracle Database Performance Tuning Guide to learn about wait events for direct path reads

end。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2023-01-24
  • 2022-12-23
猜你喜欢
  • 2022-01-21
  • 2021-08-25
  • 2022-12-23
  • 2021-08-18
  • 2021-11-25
相关资源
相似解决方案