maticnetwork / Polygon-Improvement-Proposals

Polygon Improvement Proposals (PIP)
Other
85 stars 54 forks source link

Add PIP-48 #400

Closed cffls closed 4 weeks ago

cffls commented 4 weeks ago

Description

This proposal introduces a Path-Based Storage Model for the Polygon PoS chain, aimed at improving trie access speed, reducing data redundancy and disk I/O. This model changes the way trie nodes are persisted on disk and manages multiple versions of the state, addressing challenges with the current storage mechanism.

Type of change