mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Performance improvements (#2925)
* Add sqlite_stat4 build tag * Simplify studio filter criterion queries * Prevent useList loading data before filter initialized
This commit is contained in:
@@ -922,7 +922,6 @@ func imageStudioCriterionHandler(qb *ImageStore, studios *models.HierarchicalMul
|
||||
primaryTable: imageTable,
|
||||
foreignTable: studioTable,
|
||||
foreignFK: studioIDColumn,
|
||||
derivedTable: "studio",
|
||||
parentFK: "parent_id",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user