Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

[Query Node] Add bag size info in the `StorageBag` entity #4817

Open zeeshanakram3 opened 1 year ago

zeeshanakram3 commented 1 year ago

Currently, QN does not have any field for querying the size of StorageBag, so getting this information requires querying the RPC endpoint directly.

Indexing the size information in the QN is specifically useful for Storage Lead, e.g. for filtering bags and moving them based on the disk availability among different nodes.