메뉴 건너뛰기

SAP 한국 커뮤니티

Access predicates and Filter predicates

sapjoy 2012.03.14 16:36 조회 수 : 6356

Access predicates and Filter predicates in Explain plan

In Oracle 10g, when we see the explain plan for a SQL, then there are 2 new items that are of interest - the 'Access predicate' and the 'Filter predicate'.
We know that depending on the predicate information ('where clause') the Oracle optimizer chooses the optimal path for executing the query.

So the 'access predicate' information tells us how the Oracle optimiser is accessing the rows of the table - i.e. if the optimizer is using an index, then what predicate made it use the same.

The 'filter predicate' tells us what criteria Oracle is using to filter rows from the returned rowset (the rowset was fetched based on the 'access predicate') .
번호 제목 글쓴이 날짜 조회 수
408 유용한 Abap Sample Package [2] 양키(이경환) 2014.04.01 7373
407 debug 시 문장 skip 요령 [36] 하마대왕 2013.10.04 7361
406 ABAP 교육 [12] file 밤의화신 2013.09.12 7353
405 한글 자음 분석해보기. [5] file 공백 2011.05.19 7344
404 금액을 한글로 변환하기 [3] 김관현 2007.03.20 7339
403 LIKE (% _)의 사용법 [8] ecbase 2006.12.02 7332
402 ABAP 교육 [6] file 밤의화신 2013.09.12 7325
401 풍선도움말 Quickinfo [16] file 양키 2010.12.17 7307
400 message table의 각 필드들을 모아서 하나의 문장으로 [4] 꿀단지 2011.10.11 7276
399 ABAP 교육 [6] file 밤의화신 2013.09.12 7254
398 Email 전송 Sample [6] 양키(이경환) 2014.03.12 7249
397 MiniSAP SAP Netweaver 7.0 ABAP Trial Version의 인스톨 [8] gauguin 2008.06.08 7209
396 System field 정리한 내용이에요 [4] 김창훈 2007.08.22 7203
395 ABAP Example sapjoy 2014.03.24 7194
394 유용한 sql 팁(rollup) 이동암 2007.04.19 7180
393 [TIP] FILE_OPEN_DIALOG시 바탕화면을 기본경로로 설정하기 [16] file 고양이야옹 2010.06.29 7178
392 GUI_DOWNLOAD 펑션(메소드) 사용시 Leading Zero현상 해결방법 [3] 양키(이경환) 2014.02.17 7165
391 문자열 자를 때 자르는 위치에 2BYTE문자가 있는지를 체크하는 방법입니다. [8] 꿈하루 2007.12.02 7164
390 SAPLINK - 소스 업&다운 프로그램 입니다. [5] file abaper_qj 2014.06.19 7161
389 Difference between select single and up to 1 row [2] sapjoy 2006.12.13 7109