filecoin-project / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
2.85k stars 1.27k forks source link

Chain datastore profiling #10890

Open jennijuju opened 1 year ago

jennijuju commented 1 year ago

originated by @arajasek

goal

Lotus's DB size grow at breakneck speed, build tool to better understand of Lotus's DB footprint

potential impact

questions to answer

arajasek commented 1 year ago

Related to #10884, but focused on the actual datastores in Lotus, and how they grow.

jennijuju commented 1 year ago

originated by @arajasek

goal

Build tool to better understand of Lotus's memory footprint

potential impact

Add stats to our caches (size, hitrate)

questions to answer