cell smart table scan This is an Exadata wait event typically seen during full table scans that have been offloaded to the storage cells. This event replaces waits on "direct path read" in many cases. As with direct path reads, data is returned directly to the PGA rather than going through the buffer cache. When the storage cells process full table scans they can apply columns filters and perform column projection so that not all blocks are returned, only the ones that are needed. Solutions This event indicates that a full table scan is being performed. In some cases this could be faster than an index lookup, but is not a replacement for query tuning. If the query will return a small subset of the data, utilizing an index may be more efficient. Test the differences to understand any performance penalties incurred by doing a smart table scan vs. the index lookup. Also, ensure the smart table scan is being done effectively by reviewing the Cell Smart Table Scan Latency metric on the Exadata tab under Resources in Ignite. The Objects tab in Ignite will also show response time information by object. This is critical for understanding which table is causing the majority of wait times.
Cell smart table scan等待事件
来源:这里教程网
时间:2026-03-03 16:50:47
作者:
编辑推荐:
- Oracle:19c 新特性——Memoptimized Rowstore 简介03-03
- Cell smart table scan等待事件03-03
- 【SQL】Oracle 表添加列提高效率语句参考03-03
- 【ASK_ORACLE】Oracle 19c RAC使用opatchauto安装补丁报错OPATCHAUTO-7208303-03
- 【STATS】Oracle迁移表统计信息03-03
- 西瓜视频做那个领域比较容易实现变现?03-03
- 【PDB】DBA常用命令之Oracle12.2+ cdb数据库统一检查03-03
- ORA-01092: ORACLE 例程终止 故障恢复----惜分飞03-03
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- Oracle:19c 新特性——Memoptimized Rowstore 简介
- 西瓜视频做那个领域比较容易实现变现?
西瓜视频做那个领域比较容易实现变现?
26-03-03 - ORA-01245 ORA-01110故障恢复
ORA-01245 ORA-01110故障恢复
26-03-03 - 一键解决ORA-00279 ORA-00289 ORA-00280
一键解决ORA-00279 ORA-00289 ORA-00280
26-03-03 - Oracle Recovery Tools恢复MISSING00000文件故障
- Oracle:容器数据库简介
Oracle:容器数据库简介
26-03-03 - 修改数据库字符集导致的数据异常
修改数据库字符集导致的数据异常
26-03-03 - 一键恢复ORA-01113 ORA-01110—Oracle Recovery Tools
- “你荐书,我买单!”——快来抱走你的精神食粮
“你荐书,我买单!”——快来抱走你的精神食粮
26-03-03 - 教你如何批量采集快手短视频,自媒体朋友必学
教你如何批量采集快手短视频,自媒体朋友必学
26-03-03
