Files
metadata-agregator/internal/repository/postgres
Alexander b4e763be44 perf: fix N+1 query in GetAllByArtistID with batch loading
Replace per-album loadRelations calls with batch queries using ANY($1).
Reduces 1+2N queries to 3 queries total (1.45s → 50ms for 83 albums).
2026-05-10 00:03:29 +02:00
..