"Should I get NVMe?" is the most common storage question we get from new dedicated server customers. The honest answer is "it depends on the workload" — but most providers won't say that because NVMe sounds premium and SATA SSD sounds basic. Here's the actual decision framework.
The Quick Answer
| Use case | Recommended |
|---|---|
| Database (high IOPS, low latency) | NVMe |
| Web server / app server | SATA SSD or NVMe |
| Bulk storage / backups | HDD or SATA SSD |
| Mixed workload VPS host | NVMe |
| Game server (latency-sensitive) | NVMe |
| Static file serving / CDN origin | SATA SSD |
| Enterprise mixed read/write at scale | SAS or enterprise NVMe |
NVMe: What You're Actually Paying For
NVMe is a protocol that talks to SSDs over PCIe, bypassing the SATA controller bottleneck. The result:
- Latency — typically 10–50 microseconds vs 100–200 for SATA SSD.
- IOPS — modern enterprise NVMe drives push 500k–1M random read IOPS.
- Throughput — 3–7 GB/s sequential vs 500 MB/s for SATA SSD.
- Queue depth — NVMe handles 65k queues with 65k commands each; SATA handles one queue with 32 commands.
That last point matters more than the raw numbers. Workloads that issue lots of parallel I/O — databases, virtualization, container hosts — see real, end-user-noticeable wins on NVMe.
When NVMe Doesn't Matter
If your workload is bottlenecked elsewhere (network, CPU, application logic), upgrading to NVMe won't make anything faster. A WordPress site serving 100 requests/second is not waiting on storage. A static file server saturating a 1 Gbps NIC is not waiting on storage.
Spending the NVMe premium on those workloads is wasted. SATA SSD is plenty.
SATA SSD: The Quiet Workhorse
SATA SSDs cap around 550 MB/s sequential and 80–100k IOPS. That's slower than NVMe on paper — but it's still 100x faster than spinning rust, and it's enough for the majority of hosting workloads.
SATA SSD wins when:
- You need lots of capacity per dollar.
- You're storing media, backups, or static files.
- The workload isn't IOPS-bound.
- You want hot-swap drive bays at high density (most chassis have more SATA bays than NVMe slots).
SAS: Still Relevant for Some Workloads
SAS sits between SATA and NVMe in performance. Where it wins:
- Dual-port redundancy — SAS drives support two controllers for high-availability storage arrays.
- Long endurance ratings — enterprise SAS SSDs are built for write-heavy 24/7 workloads.
- Mature ecosystem — RAID controllers, expanders, and JBODs are all well-understood.
For a single-server hosting workload, SAS is rarely the right answer in 2026. For a SAN, storage cluster, or a Ceph OSD farm, SAS still earns its keep.
HDDs: Where They Still Make Sense
Spinning disks are dead for primary workloads. They're alive for:
- Bulk backups and archives.
- Cold media storage (video, photos, log retention).
- Dollar-per-terabyte capacity tiers where latency doesn't matter.
For a 100 TB backup target, HDDs are still 5–10x cheaper than SSDs and the speed difference doesn't matter when you're streaming sequentially.
Endurance: The Spec Most People Ignore
Drives are rated in DWPD (drive writes per day) or TBW (total bytes written). Consumer SSDs are 0.3–1 DWPD. Enterprise SSDs are 1–10 DWPD. Write-intensive enterprise drives push 25 DWPD or more.
If you're running a database, a busy ZFS pool, or a write-heavy application on consumer drives, you'll burn through them. We use enterprise-grade NVMe and SSDs in our fleet because the cost difference over a 3-year life is rounding error compared to replacing failed drives.
What Noded Ships
Our default dedicated servers use enterprise NVMe for the OS and primary workload. We offer SATA SSD and HDD configurations on request when the workload calls for capacity over speed. Our VPS plans are NVMe-backed by default — virtualization is exactly the workload where NVMe queue depth pays off.
If you're not sure which storage fits your use case, talk to us. We'd rather size it right the first time.
FAQ
Is NVMe always better than SATA SSD?
No. It's better at IOPS, latency, and throughput. If your workload doesn't need those, you're paying for headroom you won't use.
What about NVMe over fabrics?
NVMe-oF lets you access remote NVMe over the network with near-local latency. Useful in storage clusters and high-density compute, but overkill for most single-server hosting needs.
How do I tell consumer NVMe from enterprise NVMe?
Check the DWPD rating, the manufacturer's enterprise product line, and the presence of power-loss protection capacitors. Consumer drives don't have those.
Can I get RAID with NVMe?
Yes — software RAID (mdadm, ZFS) is the most common path. Hardware RAID for NVMe exists but is rarer and more expensive.
Should I worry about NVMe wearing out?
For typical workloads on enterprise drives, no — they're rated for 5+ years. For write-heavy workloads on consumer drives, yes. Check SMART regularly and right-size endurance to your write rate.