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