I have an already built Hyperledger Fabric system which can process x tps(transaction per second). In the future, maybe the requirement for the system is not just x tps.
Then, how to scale up Hyperledger Fabric system to satisfy higher requirement?
There are a few ways you can do this. One is to increase the population of endorsing peers and distribute the load of endorsing proposals across that larger set. For example, if you currently have an endorsement policy that says you need 3 members of the total of 5 organizations to endorse transactions and each organization has a single endorsing peer, eventually you will reach saturation for your tps. If you add another endorsing peer to each organization, and distribute the endorsing load evenly across the new and old set of endorsing peers, you should see greater throughput.
If you have multiple channels executing concurrently, you could consider having separate endorsing peers for the various channels, as that will have a similar affect as the strategy above.
Of course, the projects maintainers are constantly looking to optimize the code to improve performance, so keeping current on new releases as they are published is another.
Finally, you can also look to leveraging faster hardware (e.g. with crypto acceleration for the algorithms used), you should also see an increase, though possibly not as much as if you applied the first strategy.
Adding to the above answer, there is a limit upto which the current system can be scaled and we have to design the system to handle it beforehand. For ex -
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With