Update estimated storage requirements (#1175)

Signed-off-by: Mark Felder <feld@feld.me>

Signed-off-by: Mark Felder <feld@feld.me>
Co-authored-by: Alexandra Tran <12214231+alexandratran@users.noreply.github.com>
pull/1179/head
feld 2 years ago committed by GitHub
parent fd61168602
commit 8456d56a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      docs/public-networks/concepts/data-storage-formats.md

@ -57,8 +57,8 @@ To run a node with Bonsai Tries data storage format, use the command line option
Forest mode uses significantly more memory than Bonsai.
With an [archive node](../how-to/connect/sync-node.md#run-an-archive-node), forest mode uses an estimated 12 TB of
storage, while Bonsai uses an estimated 1100 GB of storage.
With a [full node](../how-to/connect/sync-node.md#run-a-full-node), forest mode uses an estimated 7 TB of storage,
while Bonsai uses an estimated 790 GB of storage.
With a [full node](../how-to/connect/sync-node.md#run-a-full-node), forest mode uses an estimated 750 GB of storage,
while Bonsai uses an estimated 650 GB of storage.
### Accessing data
@ -83,10 +83,10 @@ storage formats using [fast](../how-to/connect/sync-node.md#fast-synchronization
| Data storage format | Sync mode | Storage estimate | Can other nodes sync to your node? |
|---------------------|-----------|------------------|------------------------------------|
| Bonsai | Fast | 790 GB | No |
| Bonsai | Snap | 790 GB | To be implemented |
| Forest | Fast | 7 TB | Yes |
| Forest | Snap | 7 TB | To be implemented |
| Bonsai | Fast | 650 GB | No |
| Bonsai | Snap | 650 GB | To be implemented |
| Forest | Fast | 750 GB | Yes |
| Forest | Snap | 750 GB | To be implemented |
!!! important

Loading…
Cancel
Save