Skip to content

Commit bebe12a

Browse files
authored
Merge pull request #2989 from XRPLF/deprecate-sharding
Deprecate History Sharding
2 parents 36e080f + d219270 commit bebe12a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/infrastructure/configuration/data-retention/history-sharding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ labels:
88
- Core Server
99
---
1010
# History Sharding
11-
12-
{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.90.0" %}Introduced in: rippled 0.90.0{% /badge %}
11+
{% admonition type="danger" name="Warning" %}History sharding was removed in [rippled 2.3.0](https://github.com/XRPLF/rippled/releases/tag/2.3.0). This page describes historical behavior of older versions of XRP Ledger software.{% /admonition %}
1312

1413
As XRP Ledger servers run, they naturally produce a database containing data about the ledgers they built or acquired during network runtime. Each server stores that ledger data in its _ledger store_, but [online deletion](online-deletion.md) removes old ledgers' data automatically over time. History sharding provides a separate storage system for older ledger history so that the network can divide up the work of recording the entire (multiple terabyte) history of the XRP Ledger.
1514

0 commit comments

Comments
 (0)