The NordBastion polar-bear mascot in a Nordic library at night, leaning over a long oak reading table strewn with open dictionaries and PGP-signed papers under aurora-blue lamplight
Glossary entry · स्टोरेज

NVMe Non-Volatile Memory Express

Flash storage hung straight off the PCIe bus, with the kind of latency that makes a SATA SSD feel like a hard drive.

परिभाषा
Plain English

सॉलिड-स्टेट ड्राइव्स के लिए शुरू से डिज़ाइन किया गया एक स्टोरेज प्रोटोकॉल, जो पुराने SATA/AHCI स्टैक से गुज़रने के बजाय सीधे PCIe bus से जुड़ता है। प्रति queue 65,535 commands के साथ 65,535 parallel command queues तक समर्थन करता है। Latency आमतौर पर कुछ माइक्रोसेकंड होती है, throughput प्रति ड्राइव कई गीगाबाइट प्रति सेकंड।

Why it matters at NordBastion

Every NordBastion plan is on data-centre NVMe, local to the host.

There is no SATA-SSD tier on the catalogue and there is no spinning-rust tier either. Every VPS and every dedicated server we sell is backed by enterprise-grade NVMe drives — typically 1 DWPD-class Samsung, Kioxia or Solidigm parts — sitting in the same chassis as the CPU that runs your workload. A small database does its random I/O in microseconds; a build server compiles at the speed the CPU allows, not the speed the disk allows.

We deliberately do not run a SAN or any kind of distributed block storage. The trade-off is honest: you get the best possible per-VM disk performance and the worst possible cross-host portability. A VPS lives on a specific hypervisor; if that hypervisor needs maintenance, we live-migrate the running guest to a peer host on the same network. There is no "your storage volume is now degraded because three nodes in the Ceph cluster lost quorum" failure mode, because there is no Ceph cluster.

The corollary is that backups are your job: a second VPS in another region, a private S3-compatible object store, an off-site rsync target. We document this on the VPS catalogue and again in the hardening guide. Local NVMe is fast and durable, but local means local.

FAQ · NVMe

The questions people actually ask.

What is the difference between NVMe and SATA SSD?

दोनों फ्लैश पर डेटा संग्रहीत करते हैं। SATA SSD स्पिनिंग डिस्क के लिए डिज़ाइन किए गए AHCI प्रोटोकॉल का उपयोग करके SATA बस पर होस्ट से बात करता है, लगभग 600 MB/s और एकल 32-कमांड कतार तक सीमित। NVMe ड्राइव सीधे PCIe बस पर बैठता है और विशेष रूप से parallel flash के लिए बनाए गए प्रोटोकॉल का उपयोग करता है — आमतौर पर 3,000 से 7,000 MB/s क्रमिक, दसियों माइक्रोसेकंड की विलंबता, हजारों समानांतर कतारें। डेटाबेस, बिल्ड सर्वर या छोटे रैंडम I/O पर निर्भर किसी भी कार्यभार के लिए, NVMe नाटकीय रूप से तेज़ है।

Is NVMe storage local to the hypervisor or networked?

On NordBastion, all VPS storage is NVMe local to the hypervisor — the drive is physically inside the same chassis as the CPU running your VM. We do not run a SAN, we do not run distributed block storage, we do not abstract storage behind a software-defined fabric. The trade-off is that we recommend running backups elsewhere (a second VPS in another region, a private object store) since local storage is local in every sense.

क्या NVMe स्पिनिंग हार्ड ड्राइव की तुलना में जल्दी खराब होता है?

सभी flash की सीमित लेखन सहनशक्ति होती है, जिसे वारंटी अवधि में DWPD (Drive Writes Per Day) में मापा जाता है। हम data-centre-class NVMe ड्राइव्स (आमतौर पर 1 DWPD enterprise-grade) तैनात करते हैं, wear levelling की निगरानी करते हैं और ड्राइव्स को उनकी सहनशक्ति सीमा से बहुत पहले बदल देते हैं। औसत ग्राहक वर्कलोड के लिए — एक web server, एक छोटा database, एक VPN — एक आधुनिक data-centre NVMe उस chassis से अधिक टिकेगी जिसमें वह रहती है।

Is the NVMe on a NordBastion VPS encrypted?

Many of our NVMe drives support hardware-level full-disk encryption (Opal 2.0) and that layer is enabled at deployment. For meaningful tenant-side privacy you should additionally configure full-disk encryption inside your VPS — LUKS on the root volume, or a dedicated encrypted volume for sensitive data. We document the recipe in the VPS hardening guide.