Tanmay
Tanmay
> interesting, any way that we can see similar result for "growth"? > > I think the full node snapshot represents the size of state; More concern is probably the...
Did some research around tx_logs We use the same design as etherming evm. The only things written to the application db are `LogSize` and `Blockbloom` https://github.com/zeta-chain/zeta-node/blob/c3d19297b4d345e9d7ff746f510a0e3e25eb6355/x/fungible/keeper/evm.go#L831-L832 Moreover, they are written...
Posting about the DBs for context - `application.db` , `cosmos` -> cosmos and zetachain related state data [ Grows with the data we save , immediate concern] - `tx_index.db` ,...
Posting data from an archive mainnet node 
Notes - `Staking,` `slashing,` and `distribution` is linked to the number of validators and delegators - Distribution is additionally affected by the `emissions` module as we use the fee collector...
Interesting to see the weekly growth  Distribution module seems tobe growing at the fastest rate - Distribution module runs the following function `func (k Keeper) AllocateTokens(ctx sdk.Context, totalPreviousPower int64,...
Comparison with other cosmos SDK project archive node https://www.notion.so/zetachain/Comparisons-caf5a427493942ea8e75bef4d33376d6?pvs=4
> Comparison with other cosmos SDK project archive node https://www.notion.so/zetachain/Comparisons-caf5a427493942ea8e75bef4d33376d6?pvs=4 Our growth seems to be comparable to other projects such as EVMOS . And not too far off from the...
@lumtis @CharlieMc0 . Added 3 tasks we can immediately do in v20, to help with the growth. We can keep this issue open to continue tracking the growth after we...
Can we try updating the `MaxValidators` and see how much it helps with the growth, It would not reduce the exisiting size , but should help the month over month...