PLAN_TABLE_OUTPUT |
---|
SQL_ID 8bhnubfzcfnhf, child number 0 | ------------------------------------- | select /*+ index_ffs(t) */ /* find_me:ffs */ object_name from | as_table t where t.object_name = 'DUAL' | | Plan hash value: 3463575299 | | ----------------------------------------------------------------------------------------------------------------------------- | | Id | Operation | Name | Starts | E-Rows |E-Bytes| Cost (%CPU)| E-Time | A-Rows | A-Time | Buffers | | ----------------------------------------------------------------------------------------------------------------------------- | | 0 | SELECT STATEMENT | | 1 | | | 28 (100)| | 2 |00:00:00.01 | 91 | | |* 1 | INDEX FAST FULL SCAN| AS_SKIP_ME | 1 | 1 | 28 | 28 (0)| 00:00:01 | 2 |00:00:00.01 | 91 | | ----------------------------------------------------------------------------------------------------------------------------- | | Predicate Information (identified by operation id): | --------------------------------------------------- | | 1 - filter("T"."OBJECT_NAME"='DUAL') | | SQL_ID 4x5xamx7ubbpc, child number 0 | ------------------------------------- | select /* find_me:ss */ object_name from as_table t where | t.object_name = 'DUAL' | | Plan hash value: 4212152606 | | ------------------------------------------------------------------------------------------------------------------------- | | Id | Operation | Name | Starts | E-Rows |E-Bytes| Cost (%CPU)| E-Time | A-Rows | A-Time | Buffers | | ------------------------------------------------------------------------------------------------------------------------- | | 0 | SELECT STATEMENT | | 1 | | | 4 (100)| | 2 |00:00:00.01 | 10 | | |* 1 | INDEX SKIP SCAN | AS_SKIP_ME | 1 | 1 | 28 | 4 (0)| 00:00:01 | 2 |00:00:00.01 | 10 | | ------------------------------------------------------------------------------------------------------------------------- | | Predicate Information (identified by operation id): | --------------------------------------------------- | | 1 - access("T"."OBJECT_NAME"='DUAL') | filter("T"."OBJECT_NAME"='DUAL') | |