[Tech-Debt] Analyze Database Query Performance #1055

Closed
opened 2026-02-05 00:14:30 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @jrasm91 on GitHub (Jul 3, 2023).

Originally assigned to: @uhthomas on GitHub.

We should hook up a query analyzer to the database and get some performance information about the queries immich is using to access assets and albums.

Originally created by @jrasm91 on GitHub (Jul 3, 2023). Originally assigned to: @uhthomas on GitHub. We should hook up a query analyzer to the database and get some performance information about the queries immich is using to access assets and albums.
OVERLORD added the tech-debt label 2026-02-05 00:14:30 +03:00
Author
Owner

@alextran1502 commented on GitHub (Apr 27, 2024):

Implemented in OpenTelemetry

@alextran1502 commented on GitHub (Apr 27, 2024): Implemented in OpenTelemetry
Author
Owner

@bo0tzz commented on GitHub (Apr 27, 2024):

I don't know if OTEL quite covers this, it's not as fine grained as things like pg_stat_statements and EXPLAIN ANALYZE

@bo0tzz commented on GitHub (Apr 27, 2024): I don't know if OTEL quite covers this, it's not as fine grained as things like pg_stat_statements and EXPLAIN ANALYZE
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1055