fix: shipimg path conflict #59
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/dashboard-phase-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
imo path regex
Hourly Job에 적용된 캐시 기반 병합 패턴을 Daily Job에 동일 적용: - CacheBasedDailyTrackReader: L2(HourlyTrackCache)에서 읽기 + DB fallback - DailyTrackMergeProcessor: Java 인메모리 WKT 병합 + 통계 집계 - 비정상 검출: MMSI별 개별 쿼리 → 1회 bulk prefetch - SQL ~20,000건 → ~3건 (99.98% 감소), 24분 → 30~60초 예상 삭제: DailyTrackProcessor, DailyTrackProcessorWithAbnormalDetection, BaseTrackProcessorWithAbnormalDetection (N+1 SQL 프로세서) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>