Q4 2022

⚪ Improved metadata storage for Boost

Boost currently stores CID to Piece mapping in one database (the dag store) and stores the Piece to Sector mapping in another database (the Piece Store). This creates complexity and introduces single points of failure since neither database is distributed. Consolidating this metadata into the Piece Directory will both reduce complexity and pave the way to scale to distributed databases.


H1 2022

⚪ Scale Out Boost

Enable SP’s to run multiple boost instances to scale data onboarding.