티스토리 뷰
반응형
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
- 유가바이트디비
- 르세라핌
- 파나소닉 비데 DL-EH10KWS
- 루미큐브 종류
- 브리다 정수기
- node.js
- Life Chair
- 화분벌레
- GKRS
- 홈 오피스
- 톡토기
- 남설 팔찌
- 배당급
- 매직 트랙패드2
- weka
- 솔리드 쿨론
- yugabyteDB
- 코라나 19
- JMW 헤어드라이기기
- 증권정보포털
- 카카오 에드
- Sybase IQ
- 로니카 BCS
- 빈센트 반 고흐
- Pixel Pals
- 별이 빚나는 밤
- 오미크론
- VARIDESK
- 별잉 빛나는 밤
- 고체 향수
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함