Files
photoview/api
Phlogi f093827bde Fix slow query in getting media of a face by using another join
The subquery returns all potential media id's. Typically, we have a couple of faces and thousands of media files. 
A join is much faster. 

With about 50k images and a face that was present in 2'000 images the query was unusable slow, it took about 60s. 
This is a very important performance fix, as I think many users will run into it. 
Maybe there are other areas where the same improvement is possible, I didn't check.
2022-03-05 17:44:15 +01:00
..
2021-02-15 17:35:28 +01:00
2021-11-06 12:23:47 +01:00
2021-11-06 13:23:59 +01:00
2022-02-01 23:39:19 +01:00
2022-02-01 22:02:08 +01:00
2021-11-11 18:57:02 +01:00