You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim 2c4b4d583d perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22)
P15: FINRA ingest N+1 쿼리 → chunked batch upsert (on_conflict_do_nothing)
P16: Request log 통계 4개 COUNT 쿼리 → 단일 case() 집계 쿼리
P17: stocks/52-week-gainers (1h), stocks/trending (30m) 캐시 추가
P18: Alpaca bars/data 캐시 TTL None→86400 (과거 불변 데이터)
P19: Request log flush 배치 100→500, 간격 1s→2s
P20: Overlay feature_builder matched_symbols Python 필터 → DB JSONB @> 연산자
P21: with_cache Pydantic 모델 캐시 키에 model_dump_json() 사용
P22: Alpaca price 저장 SELECT+filter → batch upsert (on_conflict_do_nothing)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 months ago
..
__init__.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
entity_resolver.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
feature_builder.py perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22) 5 months ago
finra_overlay_loader.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
google_trends_adapter.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
overlay_pipeline.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
overlay_scorer.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
scheduler.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
wikimedia_adapter.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
yahoo_rss_adapter.py perf: API 성능 개선 Round 2 — 9개 항목 (P6-P14) 5 months ago
youtube_adapter.py perf: API 성능 개선 Round 2 — 9개 항목 (P6-P14) 5 months ago