Immich database placement affects reliability because latency, filesystem behavior, and mount availability determine whether authoritative writes remain timely and durable.
A home server may keep originals safely on a NAS yet become unstable when its live database crosses the same network mount. The important distinction is not simply SSD versus HDD; it is whether database operations receive predictable local semantics and whether recovery copies exist outside that live failure domain.
The Database Holds Authoritative Relationships, Not Just Cache
Immich uses its database to connect users, ownership, albums, asset records, metadata, and processing results. Those relationships are not reconstructed merely by finding image files on disk. A placement failure can therefore leave original photos intact while the application loses the structure that makes the collection usable.
The ZimaSpace Immich backup article identifies originals and the database as the essential recovery pair. That distinction explains why database placement deserves stricter treatment than thumbnail storage: database loss or inconsistency changes identity, access, and library organization even when media files remain.
Start the placement decision by classifying state. Originals and the database need independent protection, while thumbnails and encoded copies may be regenerated at a time cost. Putting every directory on one large volume simplifies paths, but it also couples authoritative and derived data to the same outage.
Latency Variance Can Turn Normal Writes Into Service Instability
Databases perform many small synchronous and random operations whose completion time matters more than a single large-file transfer result. When latency becomes variable, transactions wait longer, worker queues accumulate, and foreground requests can block behind state changes. A mount may remain technically connected while producing operationally unreliable timing.
A TrueNAS community deployment kept the Immich PostgreSQL data on SSD while moving bulk library and encoded-video paths to HDD storage. The value of this example is the separation of access patterns: capacity-heavy originals and latency-sensitive application state do not have to share one physical placement.
Measure device latency and database response while imports, searches, and backups overlap. High sequential bandwidth does not prove stable transaction behavior. If latency spikes align with stalled jobs or client errors, reduce the shared queue or move the live database to a path with more predictable local completion.
Network Placement Adds Mount and Path Failure Domains
A database on remote storage depends on the host filesystem client, network interface, switching path, storage server, and export state before each I/O completes. Any layer can pause or reconnect differently from a local filesystem. Redundant disks at the destination do not remove those intervening dependencies.
A detailed Immich Compose analysis warns against placing the database on a network share and distinguishes it from media-library storage. Although the article draws on current deployment expectations, its durable architectural point is that live database semantics and bulk-photo capacity are different requirements.
This boundary also works in reverse: local placement is not automatically reliable. A single consumer SSD without power protection, filesystem monitoring, or backup can fail abruptly. Locality removes network-mount behavior from the live path; it does not provide versioned recovery or protect against host-wide loss.
Validate Placement With a Failure-Domain Test
Create a disposable library with test users, albums, uploads, and known searches. Measure database latency during a representative import and while the storage system performs its normal backup workload. Record application errors, queue progress, device waits, and the slowest interactive request rather than relying on average throughput.
A community discussion about HDD and SSD placement repeatedly distinguishes the active database and generated data from bulk library files. The comments are experience reports, not a universal benchmark, but they reinforce the need to test the I/O class that the database actually produces.
Then simulate the placementโs real failure: disconnect the remote mount or stop the local database volume in the disposable environment. Restore from an independent copy and verify users, album membership, original access, and search state. The placement passes only when both steady operation and recovery meet the stated objective.
Tech & AI HUB
More to Read

Why Does Immich Reprocess Existing Data After an Upgrade?
Immich may reprocess assets when an upgrade invalidates earlier derivatives, metadata, models, or job state; repeated endless work is a separate fault.

What Dependencies Most Often Set the Real Immich Performance Ceiling?
Immich is capped by the slowest dependency on each measured path, so upload, search, browsing, and playback can have different ceilings.

Immich Networking: How Discovery, DNS, and Routing Produce Reachability
Immich is reachable only when endpoint selection, DNS, routing, NAT or proxy handling, TLS, and application response form one valid path.

