mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4653] [MERGED] Optimize FavoritePersons query #10214
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4653
Author: @crobibero
Created: 12/4/2020
Status: ✅ Merged
Merged: 12/5/2020
Merged by: @joshuaboniface
Base:
master← Head:favorite-persons📝 Commits (2)
b7443f6Optimize FavoritePersons query60b7e49Suggestions from code review📊 Changes
3 files changed (+61 additions, -14 deletions)
View changed files
📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+10 -13)📝
Jellyfin.Server/Migrations/MigrationRunner.cs(+2 -1)➕
Jellyfin.Server/Migrations/Routines/AddPeopleQueryIndex.cs(+49 -0)📄 Description
Fixes https://github.com/jellyfin/jellyfin/issues/4639
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.