Advertisement
Guest User

SampleExplain

a guest
Aug 27th, 2010
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. PLAN_TABLE_OUTPUT
  2. --------------------------------------------------------------------------------
  3. Plan hash value: 1379669967
  4.  
  5. --------------------------------------------------------------------------------
  6. ---------------------
  7.  
  8. | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time
  9. | Pstart| Pstop |
  10.  
  11. --------------------------------------------------------------------------------
  12. ---------------------
  13.  
  14.  
  15. PLAN_TABLE_OUTPUT
  16. --------------------------------------------------------------------------------
  17. | 0 | SELECT STATEMENT | | 1473K| 559M| 284K (1)| 00:56
  18. :58 | | |
  19.  
  20. | 1 | PARTITION LIST ALL| | 1473K| 559M| 284K (1)| 00:56
  21. :58 | 1 | 57 |
  22.  
  23. |* 2 | TABLE ACCESS FULL| GOOGLE_KEYWORD | 1473K| 559M| 284K (1)| 00:56
  24. :58 | 1 | 57 |
  25.  
  26. --------------------------------------------------------------------------------
  27. ---------------------
  28.  
  29. PLAN_TABLE_OUTPUT
  30. --------------------------------------------------------------------------------
  31.  
  32.  
  33. Predicate Information (identified by operation id):
  34. ---------------------------------------------------
  35.  
  36. 2 - filter(LOWER("TEXT") LIKE '% holiday inn %' OR LOWER("TEXT") LIKE 'holida
  37. y inn' OR
  38.  
  39. LOWER("TEXT") LIKE 'holiday inn %')
  40.  
  41. 15 rows selected.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement