photoprism/internal
Michael Mayer 2bad5b3cdd Backend: Wrap SQL select for MySQL 8 #599
In MySQL, you can't modify the same table which you use in the
SELECT part (DELETE and UPDATE with subquery):
https://dev.mysql.com/doc/refman/8.0/en/update.html

We need to verify how this affects large photo libraries
as it probably "breaks" the query optimizer. So might lead to
bad performance as well as high CPU and/or memory usage.
2020-11-15 12:15:14 +01:00
..
acl
api Backend: Add tests for api 2020-10-19 16:11:42 +02:00
classify Backend: Label minivans as car 2020-10-25 16:54:45 +01:00
commands
config Limit number of default workers when using SQLite #558 2020-10-21 07:33:24 +02:00
entity Indexer: Improve duplicate detection #568 2020-11-15 10:31:46 +01:00
event
form Backend: Add unit tests 2020-10-20 11:05:02 +02:00
i18n
maps
meta Backend: Add testdata 2020-10-27 09:30:20 +01:00
mutex
nsfw
photoprism Indexer: Improve duplicate detection #568 2020-11-15 10:31:46 +01:00
pro Backend: Add unit tests 2020-10-20 11:05:02 +02:00
query Backend: Wrap SQL select for MySQL 8 #599 2020-11-15 12:15:14 +01:00
remote
server
service
session Backend: Add unit tests 2020-10-20 11:05:02 +02:00
thumb
video
workers