feat: L3 Daily 캐시 DP 사전 간소화 + 14일 확대 #93
No reviewers
레이블
레이블 없음
마일스톤 없음
담당자 없음
참여자 2명
알림
마감일
마감일이 설정되지 않았습니다.
Reference: gc/signal-batch#93
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/cache-dp-simplification"
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?
변경 사항
핵심: L3 캐시 DP 사전 간소화
CacheTrackSimplifier:simplifyDpOnly()(DP-only 간소화),recalculateSpeeds()(Haversine 속도 재계산) 추가DailyTrackCacheManager:loadDay()시 DP 사전 간소화 적용 (tolerance=0.001, ~100m)Daily 캐시 확대
retention-days: 7 → 14일 (2주 항적 캐시)max-memory-gb: 6 → 10GBDB 세션 성능 튜닝
work_mem = 256MB,synchronous_commit = offsynchronous_commit = off기타
테스트
mvn clean package -DskipTests)[DpPreSimplify]로그 감소율 확인/api/monitoring/cache/budget메모리 사용량 확인MR 승인 (via /mr skill)