immich/server/src
Emanuel Bennici 309be88ccd
feat(server): load face entities faster (#5281)
The query executed when loading the "People" page joins, among others, over "personId".
The added indices improve the overall performance of those JOIN queries.

Additionally, one ORDER BY clause is dropped since the resulting values
will always be TRUE, and thus, sorting them does not change the result.
2023-11-24 14:38:54 +00:00
..
admin-cli feat(web)!: SPA (#5069) 2023-11-17 22:13:36 -06:00
domain chore(server): Prepare access interfaces for bulk permission checks (#5223) 2023-11-22 23:04:52 -05:00
immich feat(cli): refactor and add album support (#4434) 2023-11-19 22:16:24 +00:00
infra feat(server): load face entities faster (#5281) 2023-11-24 14:38:54 +00:00
microservices refactor(server, web)!: store latest immich version available on the server (#3565) 2023-10-24 11:05:42 -04:00
main.ts fix(server,cli): don't float promises (#4433) 2023-10-13 01:22:40 -04:00