Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Python
- 시뮬레이션
- 알고리듬
- programmers
- spring boot
- JavaScript
- 코딩테스트
- SQL
- boj
- 알고리즘
- aws
- Vue.js
- 모의SW역량테스트
- gpdb
- SWEA
- Priority Queue
- 코테
- GitHub
- Back tracking
- 구현
- Bruth Force
- Data Structure
- Trie
- DFS
- CSV
- hash table
- Algorithm
- Linked list
- BFS
- django
Archives
- Today
- Total
목록Error Handling (1)
hotamul의 개발 이야기
[GPDB] Exteranl Table/COPY error 확인 방법
아래와 같은 External Table을 define 하거나 COPY operation을 실행할 때 발생한 에러를 확인하려면 gp_read_error_log 함수를 이용해 table 형태로 에러가 발생한 각각의 row에 대해 확인할 수 있어요. (Viewing Bad Rows in the Error Log) -- create external table example CREATE EXTERNAL TABLE ext_expenses ( name text, date date, amount float4, category text, desc1 text ) LOCATION ('gpfdist://etlhost-1:8081/*', 'gpfdist://etlhost-2:8082/*') FORM..
Dev./Greenplum DB
2022. 12. 15. 12:37