🗃️ Core 캐시 대상 변경
This commit is contained in:
부모
49d2de1965
커밋
cbb53fd9f1
@ -96,7 +96,7 @@ app:
|
||||
# AIS Target 배치 설정
|
||||
ais-target:
|
||||
since-seconds: 60 # API 조회 범위 (초)
|
||||
chunk-size: 5000 # 배치 청크 크기
|
||||
chunk-size: 50000 # 배치 청크 크기
|
||||
schedule:
|
||||
cron: "15 * * * * ?" # 매 분 15초 실행
|
||||
# AIS Target 캐시 설정
|
||||
@ -111,7 +111,7 @@ app:
|
||||
# Core20 캐시 테이블 설정 (환경별로 테이블/컬럼명이 다를 수 있음)
|
||||
core20:
|
||||
schema: snp_data # 스키마명
|
||||
table: core20 # 테이블명
|
||||
table: ship_detail_data # 테이블명
|
||||
imo-column: ihslrorimoshipno # IMO/LRNO 컬럼명 (PK, NOT NULL)
|
||||
mmsi-column: maritimemobileserviceidentitymmsinumber # MMSI 컬럼명 (NULLABLE)
|
||||
|
||||
|
||||
@ -98,7 +98,7 @@ app:
|
||||
# AIS Target 배치 설정
|
||||
ais-target:
|
||||
since-seconds: 60 # API 조회 범위 (초)
|
||||
chunk-size: 5000 # 배치 청크 크기
|
||||
chunk-size: 50000 # 배치 청크 크기
|
||||
schedule:
|
||||
cron: "15 * * * * ?" # 매 분 15초 실행
|
||||
# AIS Target 캐시 설정
|
||||
@ -113,7 +113,7 @@ app:
|
||||
# Core20 캐시 테이블 설정 (환경별로 테이블/컬럼명이 다를 수 있음)
|
||||
core20:
|
||||
schema: snp_data # 스키마명
|
||||
table: core20 # 테이블명
|
||||
table: ship_detail_data # 테이블명
|
||||
imo-column: ihslrorimoshipno # IMO/LRNO 컬럼명 (PK, NOT NULL)
|
||||
mmsi-column: maritimemobileserviceidentitymmsinumber # MMSI 컬럼명 (NULLABLE)
|
||||
|
||||
|
||||
@ -95,7 +95,7 @@ app:
|
||||
# AIS Target Import 배치 설정 (캐시 업데이트 전용)
|
||||
ais-target:
|
||||
since-seconds: 60 # API 조회 범위 (초)
|
||||
chunk-size: 5000 # 배치 청크 크기
|
||||
chunk-size: 50000 # 배치 청크 크기
|
||||
schedule:
|
||||
cron: "15 * * * * ?" # 매 분 15초 실행
|
||||
|
||||
@ -117,7 +117,7 @@ app:
|
||||
# Core20 캐시 테이블 설정 (환경별로 테이블/컬럼명이 다를 수 있음)
|
||||
core20:
|
||||
schema: snp_data # 스키마명
|
||||
table: core20 # 테이블명
|
||||
table: ship_detail_data # 테이블명
|
||||
imo-column: ihslrorimoshipno # IMO/LRNO 컬럼명 (PK, NOT NULL)
|
||||
mmsi-column: maritimemobileserviceidentitymmsinumber # MMSI 컬럼명 (NULLABLE)
|
||||
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user