티스토리 뷰
반응형
대용량 Insert시 집에가고싶을때..
Insert into or Insert into ... Select ...(X)
insert /*+ append */ into emp nologging select * from emp; (O)
insert /*+ PARALLEL(emp, 4) */ into emp nologging select * from emp; (O)
Insert into or Insert into ... Select ...(X)
insert /*+ append */ into emp nologging select * from emp; (O)
insert /*+ PARALLEL(emp, 4) */ into emp nologging select * from emp; (O)
장점
1. Memory 안씀
2. HWM Bumpup 안씀
3. Undo 안씀
Undo에는 각 user들의 transaction의 내용들이 기록(블록 위치)
4. Log ahead 안씀(옵션)
5. 1분당 2GB처리
반응형
'Database' 카테고리의 다른 글
[ORACLE] /*+ INDEX */ 를 통한 셀렉트 (0) | 2009.06.13 |
---|---|
[ORACLE] 대랑 Delete 작업시..Direct Loading (0) | 2009.06.13 |
[ORACLE] NVL함수 & DECODE함수 (1) | 2009.05.13 |
[MSSQL] UPDATE~SELECT 문의 사용 (0) | 2009.05.13 |
[ORACLE] TO_CHAR 요일값 구하기 (0) | 2009.05.06 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- select
- 데이터
- IP
- MySQL
- 오라클
- 테이블
- 서버
- Oracle
- Linux
- table
- 백업
- mssql
- sql
- java
- DATABASE
- Shell
- Windows
- Toad
- 자동차
- 설정
- 리눅스
- server
- 파일
- DB
- user
- delete
- 윈도우
- tomcat
- eclipse
- apache
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함