From 288977245736fc98f189e2b947df3b69a754ea3c Mon Sep 17 00:00:00 2001 From: Jess B Heron Date: Thu, 15 Feb 2018 16:14:34 -0800 Subject: [PATCH] Updates 0.90.0 badge, adds it to sharding concept article (#306) * Updates 0.90.0 badge * Changes link to dummy link prior to 0.90.0 release --- content/concept-history-sharding.md | 5 +++-- content/snippets/rippled_versions.md | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/concept-history-sharding.md b/content/concept-history-sharding.md index 69a326bb41..82a71baa61 100644 --- a/content/concept-history-sharding.md +++ b/content/concept-history-sharding.md @@ -1,7 +1,7 @@ -New in `rippled` 0.90.0 - # History Sharding +[Introduced in: rippled 0.90.0][New in: rippled 0.90.0] + As servers operate, they naturally produce a database containing data about the ledgers they witnessed or acquired during network runtime. Each `rippled` server stores that ledger data in its ledger store, but the online delete logic rotates these databases when the number of stored ledgers exceeds configured space limitations. Historical sharding distributes the transaction history of the XRP Ledger into segments, called shards, across servers in the XRP Ledger network. A shard is a range of ledgers, consisting of a header and two SHAMaps. A `rippled` server stores ledgers in both the ledger store and the shard store in the same way. @@ -53,3 +53,4 @@ Determining a suitable size for the shard store involves careful consideration. - A shard occupies approximately 200 MB to 4 GB based on the age of the shard. Older shards are smaller because there was less activity in the XRP Ledger at the time. - A shard occupies approximately 200 MB to 4 GB based on the age of the shard. Older shards are smaller because there was less activity in the XRP Ledger at the time. +{% include 'snippets/rippled_versions.md' %} \ No newline at end of file diff --git a/content/snippets/rippled_versions.md b/content/snippets/rippled_versions.md index d877700bcc..8a6cd7673d 100644 --- a/content/snippets/rippled_versions.md +++ b/content/snippets/rippled_versions.md @@ -28,5 +28,7 @@ [New in: rippled 0.50.0]: https://github.com/ripple/rippled/releases/tag/0.50.0 "BADGE_BLUE" [New in: rippled 0.70.0]: https://github.com/ripple/rippled/releases/tag/0.70.0 "BADGE_BLUE" [New in: rippled 0.70.2]: https://github.com/ripple/rippled/releases/tag/0.70.2 "BADGE_BLUE" -[New in: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_BLUE" [New in: rippled 0.80.0]: https://github.com/ripple/rippled/releases/tag/0.80.0 "BADGE_BLUE" +[New in: rippled 0.80.1]: https://github.com/ripple/rippled/releases/tag/0.80.1 "BADGE_BLUE" +[New in: rippled 0.90.0]: # "BADGE_BLUE" +