When you think about designing a blockchain network using Hyperledger sawtooth, It’s important to consider how your data will grow and amplify as your business. Being familiar with on-chain and off-chain data there are certain questions that popped up in terms of data management.
Please clear my doubts and also correct me wherever I’m wrong with the above. Thank you.
When provisioning blockchain nodes, you must allocate enough storage on all the peer nodes to hold duplicate copies of the blockchain. To calculate the storage required, take the size of your transaction family payload (which is application specific) add the size of transaction and block header overhead and multiply this sum by the number of transactions you expect over the lifetime of the blockchain (or at least until the next upgrade cycle, presumably years from now).