Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (4.1k points)

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?

1 Answer

0 votes
by (14.4k points)

If you want to improve the scalability of your Hyperleder Fabric Network for accommodating higher requirements, you may want to look at a few different processes to do that.

One way is to increase the count of endorsing peers and subsequently distribute the overall load of those endorsing peers across the larger peer set. This will not only help you accomplish your task but also revamp the throughput of the distributed system.

If there are multiple channels that are supposed to execute concurrently, have separate endorsing peers for individual channels. You may also upgrade to updated and faster hardware that has crypto acceleration for used algorithms. Keep your software version updated too.

Browse Categories

...