티스토리 뷰
반응형
DRIVING_SITE 힌트는 로컬 테이블과 원격 테이블 조인시 힌트로 주어진 테이블를 먼저
드라이빙 테이블로 선정한 후 처리하는 방식임. 힌트를 주지 않으면 보통 로컬 테이블이
드라이빙 테이블이 됨.
SELECT /*+DRIVING_SITE(dept)*/ *
FROM emp, dept@rsite
WHERE emp.deptno = dept.deptno;
If this query is executed without the hint, then rows from
dept
are sent to the local site, and the join is executed there. With the hint, the rows from emp
are sent to the remote site, and the query is executed there, returning the result to the local site.
This hint is useful if you are using distributed query optimization.
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 유가바이트디비
- Pixel Pals
- 증권정보포털
- 파나소닉 비데 DL-EH10KWS
- 르세라핌
- 별이 빚나는 밤
- 브리다 정수기
- Sybase IQ
- node.js
- 로니카 BCS
- 매직 트랙패드2
- 톡토기
- Life Chair
- weka
- 별잉 빛나는 밤
- 루미큐브 종류
- VARIDESK
- 배당급
- 고체 향수
- 남설 팔찌
- 화분벌레
- 빈센트 반 고흐
- 오미크론
- JMW 헤어드라이기기
- yugabyteDB
- 솔리드 쿨론
- GKRS
- 코라나 19
- 카카오 에드
- 홈 오피스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함