What is the max number of participants assets and transactions

0 votes
I want to know if there is a restriction on the maximum no. of participants, assets, transaction that hyperledger can support? Is there a rollback system if the transaction fails?
Jul 13, 2018 in Blockchain by slayer
• 29,350 points
633 views

1 answer to this question.

0 votes

Yes, there will be limits.. But the limits are high enough for practical purpose.. 
Participants can take several forms:

  • Organizations with a separate identity and potentially with their own CA, MSP, orders, endorsers, and committers in any combination
  • Roles in chaincodes
  • Identities with a specific role in an organization

But you can set a small limit if you want.. 

And, there rollback (ACID compliant, example) if the submission of a transaction fails.
The rollback will only return a success or failure.. It does not make any changes of the failure on the ledger..

There are mainly two modes of failure:

  1. Fail during endorsement
  2. Fail during commit

To know more, you can go through http://hyperledger-fabric.readthedocs.io/en/latest/arch-deep-dive.html#basic-workflow-of-transaction-endorsement

answered Jul 13, 2018 by digger
• 26,740 points

Related Questions In Blockchain

+1 vote
2 answers

Is there any relation between the number of transactions processes and the miners?

the direct answer to your query is ...READ MORE

answered Jun 19, 2018 in Blockchain by Perry
• 17,100 points
498 views
0 votes
0 answers

What happens to the ethereum mempool transaction of uncle and fork nodes

I understand that in Bitcoin network when ...READ MORE

Apr 8, 2018 in Blockchain by Christine
• 15,790 points
811 views
+1 vote
7 answers
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,215 views
+1 vote
1 answer
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
708 views
0 votes
1 answer

What is the peer node start in hyperledger?

Nodes are the fundamental element of the ...READ MORE

answered Jul 9, 2018 in Blockchain by digger
• 26,740 points
822 views
0 votes
1 answer

What is transientMap in node.js and getTransient in chaincode?

TransientMap: TransientMap  contains data that might be used to ...READ MORE

answered Jul 13, 2018 in Blockchain by digger
• 26,740 points
1,098 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP