Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,6 @@ Ensure storage classes provide adequate IOPS and throughput for your workload by
**Performance specifications:**

* Use NVMe-based storage classes for production deployments
* Specify a minimum 16,000 IOPS (Input/Output Operations Per Second)
* Consider provisioned IOPS where available to meet or exceed the minimum
* Enable xref:develop:manage-topics/config-topics.adoc#configure-write-caching[write caching] to help Redpanda perform better in environments with disks that don't meet the recommended IOPS
* NFS (Network File System) is not supported
* Test storage performance under load

Expand Down
2 changes: 0 additions & 2 deletions modules/deploy/partials/requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ endif::[]
*Requirements*:

- NVMe (Non-Volatile Memory Express) drives are required for production deployments. NVMe drives provide the high throughput and low latency needed for optimal Redpanda performance.

- At least 16,000 IOPS (Input/Output Operations Per Second).
+
See also: xref:manage:cluster-maintenance/cluster-diagnostics.adoc#self-test[Disk and network self-test benchmarks].

Expand Down
2 changes: 0 additions & 2 deletions modules/deploy/partials/self-test.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
To understand the performance capabilities of your Redpanda cluster, Redpanda offers built-in self-test features that evaluate the performance of both disk and network operations.

For more information, see xref:manage:cluster-maintenance/cluster-diagnostics.adoc#self-test[Disk and network self-test benchmarks].

When using the storage bandwidth test, ensure that your results show at least 16,000 IOPS (Input/Output Operations Per Second) for production environments. If your test results are below this threshold, your storage may not be suitable for production Redpanda workloads.
Loading