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 Add feedback form 2020-10-04 22:22:53 +02:00
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 Backend: Fix typo 2020-10-08 09:02:38 +02:00
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 Permanently delete non-primary files #435 2020-10-04 14:21:40 +02:00
maps Backend: Refactor user entity and add pro package 2020-10-03 13:50:30 +02:00
meta Backend: Add testdata 2020-10-27 09:30:20 +01:00
mutex
nsfw Optimize images 2020-09-21 17:40:58 -04:00
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 Docker: Refactor images to be more compatible with prod environments #411 #468 2020-10-04 11:23:01 +02:00
server Add feedback form 2020-10-04 22:22:53 +02:00
service
session Backend: Add unit tests 2020-10-20 11:05:02 +02:00
thumb Optimize images 2020-09-21 17:40:58 -04:00
video Update trademark 2020-09-21 02:48:22 +02:00
workers