Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚数据从磁盘中提取后在 Oracle Exadata 系统中的处理位置。
据我了解,当您运行查询时,必须从磁盘中获取数据(行),但是在这些数据从磁盘中取出后将其放在哪里进行处理?是否会进入 RAM(SGA 或 PGA)、闪存缓存、另一个磁盘上的交换空间等...
行通过称为 iDB 的内部数据传输协议从 exadata 单元节点传输到计算节点上的 SGA/PGA。