aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.Database/Jellyfin.Database.Implementations/ModelConfiguration/BaseItemConfiguration.cs
AgeCommit message (Collapse)Author
7 daysFix Playlist and Boxset query and count perfShadowghost
2026-03-08Optimize Search and NextUp queriesShadowghost
2026-02-07Optimize IndicesShadowghost
2026-01-31Optimize Validator and Filter PerformanceShadowghost
2026-01-18Normalize OwnerId to GUID and add performance indexesShadowghost
- Change OwnerId from string to Guid for proper foreign key relationships - Add Owner/Extras navigation properties for extras relationship - Add indexes on OwnerId and ExtraType columns for efficient queries - Add optimized composite indexes for latest items queries sorted by DateCreated - Update BaseItemRepository and migration to handle new Guid type
2025-09-16Optimize internal querying of UserData, other fixes (#14795)JPVenson
2025-06-09Feature/persistent watch data (#14262)JPVenson
2025-04-05Fix ancestors (#13827)Tim Eisele
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-02-20Moved Database projects under /srcJPVenson
removed old pgsql references