You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update snapshot URLs and storage requirements for node docs
- Switch from rocksdb to paritydb snapshots where available
- Update relay chain pruned snapshot size from ~200 GB to ~822 GB
- Fix non-existent pruned snapshot URLs (Asset Hub, People Chain)
- Clarify storage requirements: archive nodes (~1.2 TB) vs pruned nodes (200+ GB)
- Update system parachain snapshot sizes with accurate values
-**Memory**: 64 GB RAM minimum (128 GB recommended for high traffic)
62
62
-**Storage**:
63
-
-Storage requirements vary by parachain. System parachains: Asset Hub (~600-800 GB), Bridge Hub (~500-600 GB), Collectives (~400-500 GB), People Chain (~300-400 GB), Coretime (~300-400 GB). For non-system parachains, check the [snapshot sizes](https://snapshots.polkadot.io/){target=\_blank} if available.
64
-
-Additional 200+ GB for relay chain pruned database
63
+
-Archive node: Storage varies by parachain. Using snapshots, system parachain totals are: Asset Hub (~1.2 TB), Bridge Hub (~1.1 TB), Collectives (~1 TB), People Chain (~900 GB), Coretime (~900 GB). For non-system parachains, check the [snapshot sizes](https://snapshots.polkadot.io/){target=\_blank} and add ~822 GB for the relay chain.
64
+
-Pruned node: 200+ GB NVMe SSD (with pruning enabled for both parachain and relay chain)
65
65
- Fast disk I/O is critical for query performance
66
66
-**Network**:
67
67
- Public IP address
@@ -136,10 +136,10 @@ Select the best option for your project, then use the steps in the following tab
136
136
rm files.txt
137
137
```
138
138
139
-
**Relay chain pruned snapshot** (~200 GB):
139
+
**Relay chain pruned snapshot** (~822 GB):
140
140
```bash
141
141
# Check https://snapshots.polkadot.io/ for the latest snapshot URL
@@ -161,12 +161,12 @@ Select the best option for your project, then use the steps in the following tab
161
161
162
162
=== "Pruned Node"
163
163
164
-
Pruned node setup keeps recent state for smaller storage. Download both parachain pruned and relay chain pruned snapshots:
164
+
Pruned node setup keeps recent state for smaller storage. Since no pruned parachain snapshots are available for most system parachains, this setup uses the parachain archive snapshot with the relay chain pruned snapshot.
@@ -134,12 +134,12 @@ Select the best option for your project, then use the steps in the following tab
134
134
135
135
=== "Pruned Node"
136
136
137
-
Pruned node setup keeps recent state for smaller storage (~500 GB total). Download both Asset Hub pruned and Relay chain pruned snapshots:
137
+
Pruned node setup keeps recent state for smaller storage. Since no pruned Asset Hub snapshot is available, this setup uses the Asset Hub archive snapshot with the Relay chain pruned snapshot (~1.2 TB total).
138
138
139
-
**Asset Hub pruned snapshot**:
139
+
**Asset Hub archive snapshot** (~392 GB):
140
140
```bash
141
141
# Check https://snapshots.polkadot.io/ for the latest snapshot URL
0 commit comments