State Archival Persistent Entry Eviction #1480
Replies: 3 comments 5 replies
-
How about adding a section around performance implication of inserting into hot archive (which is mutable) since its a sorted, balanced, binary Merkle tree? Like, if it blocks main thread and a lot of entries are evicted on a ledger close. Similarly, when entries are restored from the hot archive triggering rebalance of the tree. |
Beta Was this translation helpful? Give feedback.
-
When converting |
Beta Was this translation helpful? Give feedback.
-
When verifying the proof of nonexistence, shouldn't we also look into |
Beta Was this translation helpful? Give feedback.
-
This document proposes a design to allow for the eviction and restoration of PERSISTENT Soroban entries. Following feedback from the previous proposal, this design no longer introduces a new downstream system (previously known as the Archived State Store) and instead stores all information required to generate restoration proofs in the History Archive. RPC can then use the History Archive to produce proofs required for a given transaction during preflight.
CAP-57: https://github.com/stellar/stellar-protocol/blob/master/core/cap-0057.md
Beta Was this translation helpful? Give feedback.
All reactions