aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/VersionResumeData.cs
diff options
context:
space:
mode:
authorJohn Corser <johnpc@umich.edu>2026-05-09 14:11:16 -0400
committerJohn Corser <xss@amazon.com>2026-06-28 21:44:46 -0400
commitd55f80842391e1b69db927ae8938c0455ddb5192 (patch)
treebd390e05bb9df1c8ec33e137b7e8363b3b9115ab /MediaBrowser.Controller/Library/VersionResumeData.cs
parentdc92e3b0e489b7d6efe9ba950cbf124b84a3a4ce (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 'MediaBrowser.Controller/Library/VersionResumeData.cs')
0 files changed, 0 insertions, 0 deletions