docs: Add High-Performance Storage documentation#646
Conversation
Introduces a new page documenting the High-Performance Storage tier for network volumes, covering performance comparison, use cases, provisioning, and pricing. Updates existing storage pages to reference the new tier.
| @@ -0,0 +1,106 @@ | |||
| --- | |||
There was a problem hiding this comment.
Performance specs (3x throughput, 4x IOPS), Solidigm SSD partnership, supported workloads (training, fine-tuning, inference), and product positioning all sourced from the product specification draft shared in this Slack message.
Source: https://runpod-team.slack.com/archives/C06G367N3FC/p1780696138034159
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
|
||
| High-Performance Storage is a network volume tier designed for data-intensive AI workloads. Its parallel storage architecture delivers high throughput and low latency under heavy concurrent load, even when thousands of processes access it simultaneously. | ||
|
|
||
| The storage uses [Solidigm](https://www.solidigm.com/) high-density SSDs optimized for AI data pipelines. |
There was a problem hiding this comment.
I am not 100% confident that all our vast clusters are using solidigm?
|
Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.) |
| "name": "my-hps-volume", | ||
| "size": 100, | ||
| "dataCenterId": "US-KS-2", | ||
| "storageType": "high-performance" |
There was a problem hiding this comment.
this is not currently supported, but I just opened a PR to add support
There was a problem hiding this comment.
@Promptless Remove the REST API changes. It is not supported yet.
|
approved |
|
|
||
| import { PodsTooltip, ServerlessTooltip, WorkersTooltip, InstantClusterTooltip } from "/snippets/tooltips.jsx"; | ||
|
|
||
| High-Performance Storage is a network volume tier designed for data-intensive AI workloads. Its parallel storage architecture delivers high throughput and low latency under heavy concurrent load, even when thousands of processes access it simultaneously. |
There was a problem hiding this comment.
nit: High-performance storage, i dont think we need to capitalize all of these when not used as a title of the doc etc?
There was a problem hiding this comment.
@Promptless when referring to that specific element, use High-performance storage but when talking about the feature or tier generically use high-performance storage.
|
@Promptless when referring to that specific element, use High-performance storage but when talking about the feature or tier generically use high-performance storage. |
|
Got it — I'm updating the documentation to use this capitalization convention. I'll let you know once the changes are pushed. |
|
Acknowledged! I'm on it. |
Per review feedback: use "High-performance storage" when referring to the specific element/feature name and "high-performance storage" when discussing the tier generically.
|
Done! I've updated the documentation to use the capitalization convention you specified:
Changes were made across 3 files: |
Reflect current UI flow with toggle-based storage type selection and direct Storage page link.
Per reviewer feedback, removing the Solidigm SSD reference as we cannot confirm this applies to all clusters.
|
Done — removed the Solidigm reference line. |
|
Hi! I see you mentioned me — how can I help? If you have any feedback or changes you'd like me to make to this documentation, just let me know the details and I'll get right on it. |
| <Tab title="Web console"> | ||
| 1. Navigate to the [Storage page](https://console.runpod.io/user/storage) in the Runpod console. | ||
| 2. Click **New Network Volume**. | ||
| 3. Select a data center marked with the purple ⚡ icon — these support High-Performance Storage. |
There was a problem hiding this comment.
@Promptless instead of this "Select a data center marked with the purple ⚡ icon — these support High-Performance Storage." change it as "Select a datacenter marked with the purple⚡ icon. These datacenters support high-performance storage."
| 2. Click **New Network Volume**. | ||
| 3. Select a data center marked with the purple ⚡ icon — these support High-Performance Storage. | ||
| 4. Enter a name and set the volume size in GB. | ||
| 5. The **High-performance storage** toggle appears automatically and is enabled by default. Leave it on to use High-Performance Storage, or turn it off to use Standard Storage instead. |
There was a problem hiding this comment.
@Promptless Leave it on to use High-Performance Storage to high-performance storage
Standard Storage to standard storage
- Change "data center" to "datacenter" and split sentence per reviewer - Lowercase "Standard Storage" and "High-Performance Storage" throughout - Remove REST API tab (not supported yet for high-performance storage)
|
I've addressed all the review feedback:
Changes have been pushed to this branch. |
|
|
||
| 1. Navigate to the [Storage page](https://console.runpod.io/user/storage) in the Runpod console. | ||
| 2. Click **New Network Volume**. | ||
| 3. Select a datacenter marked with the purple⚡ icon. These datacenters support high-performance storage. |
There was a problem hiding this comment.
@Promptless change step 3 to "Select a data center that supports high-performance storage. You can either select the High-performance tab to filter data centers that support it, or look for the purple ⚡ icon on individual data centers."
Adds instructions for using the High-performance tab filter in addition to the purple icon indicator per reviewer feedback.
|
Done — I've updated step 3 with the revised instructions that mention both the High-performance tab and the purple ⚡ icon for identifying supported data centers. |
| High-performance storage is available as a network volume type in select data centers. | ||
|
|
||
| 1. Navigate to the [Storage page](https://console.runpod.io/user/storage) in the Runpod console. | ||
| 2. Click **New Network Volume**. |
There was a problem hiding this comment.
@Promptless Change step 2 to Click Create Network Volume.
Change step 2 from "New Network Volume" to "Create Network Volume"
|
Done — I've updated step 2 to "Click Create Network Volume." |
| 3. Select a data center that supports high-performance storage. You can either select the **High-performance** tab to filter data centers that support it, or look for the purple ⚡ icon on individual data centers. | ||
| 4. Enter a name and set the volume size in GB. | ||
| 5. The **High-performance storage** toggle appears automatically and is enabled by default. Leave it on to use high-performance storage, or turn it off to use standard storage instead. | ||
| 6. Click **Create Network Volume**. |
Per reviewer feedback, use lowercase 'network volume' in step 2 and 6.
|
Done — I've updated the button text to use lowercase: "Click Create network volume." Also applied this casing to step 6 where it appeared. |
Open this suggestion in Promptless to view citations and reasoning process
Introduces documentation for the new High-Performance Storage tier, a premium network volume option with up to 3x throughput and 4x IOPS. Creates a new dedicated page and updates existing storage pages to reference the new tier.
Trigger Events
Tip: Configure how Promptless handles changelogs in Agent Settings 📋