Optimizations of av-store (#2223)
* Store all chunks and in a single transaction * Adds chunks LRU to store * Add pruning records metrics * Use honest cache instead of LRU * Remove unnecessary optional cache * Fix review nits that are fixable
Showing
- polkadot/Cargo.lock 2 additions, 2 deletionspolkadot/Cargo.lock
- polkadot/node/core/av-store/src/lib.rs 118 additions, 67 deletionspolkadot/node/core/av-store/src/lib.rs
- polkadot/node/core/av-store/src/tests.rs 0 additions, 3 deletionspolkadot/node/core/av-store/src/tests.rs
- polkadot/node/network/availability-distribution/src/lib.rs 0 additions, 1 deletionpolkadot/node/network/availability-distribution/src/lib.rs
- polkadot/node/subsystem/src/messages.rs 0 additions, 2 deletionspolkadot/node/subsystem/src/messages.rs
- polkadot/roadmap/implementers-guide/src/types/overseer-protocol.md 2 additions, 2 deletions...roadmap/implementers-guide/src/types/overseer-protocol.md
Please register or sign in to comment