Exadata General (MOSC)

MOSC Banner

SQL Offload and BUFFER_GETS

edited Sep 13, 2013 4:18AM in Exadata General (MOSC) 4 commentsAnswered
 While investigating a question posed by my colleagues recently I noticed that SQL which is offloaded to Exadata storage cells for processing returns an unusually high value for buffer gets.  Here is an example:
PLAN_TABLE_OUTPUT
--------------------------------------------------------------------------------------------
SQL_ID  d8sc6kj0zm89p, child number 0
-------------------------------------
select /* sql_offload_test_3 */ *   from     cs_message_log   where
text like 'Successfully Saved Report%'

Plan hash value: 137315785

--------------------------------------------------------------------------------------------
| Id  | Operation                 | Name           | Rows  | Bytes | Cost (%CPU)| Time     |
--------------------------------------------------------------------------------------------
|   0 | SELECT STATEMENT          |                |       |       |   304K(100)|          |
|*  1 |  TABLE ACCESS STORAGE FULL| CS_MESSAGE_LOG | 32839 |    11M|   304K  (1)| 01:00:54 |
--------------------------------------------------------------------------------------------

Predicate Information (identified by operation id):
---------------------------------------------------

   1 - storage("TEXT" LIKE 'Successfully Saved Report%')

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center