diff options
| author | John Corser <johnpc@umich.edu> | 2026-05-09 14:11:16 -0400 |
|---|---|---|
| committer | John Corser <xss@amazon.com> | 2026-06-28 21:44:46 -0400 |
| commit | d55f80842391e1b69db927ae8938c0455ddb5192 (patch) | |
| tree | bd390e05bb9df1c8ec33e137b7e8363b3b9115ab /Emby.Common.Implementations/TextEncoding/NLangDetect | |
| parent | dc92e3b0e489b7d6efe9ba950cbf124b84a3a4ce (diff) | |
Move people filtering to database query
Instead of loading all people names and checking each one in memory,
query the database directly for Person items that need refresh:
- Missing primary image OR missing overview
- Not refreshed within the last 30 days
This reduces the operation from N+1 queries (1 for all names + 1 per
person to load) to a single filtered query returning only the IDs that
need work.
Diffstat (limited to 'Emby.Common.Implementations/TextEncoding/NLangDetect')
0 files changed, 0 insertions, 0 deletions
