Hyperledger框架阻止时间基准

时间:2017-06-05 05:06:31

标签: bitcoin blockchain hyperledger hyperledger-fabric corda

发现对比特币(10分钟)和以太坊(10至15秒)的阻止时间的参考,但没有找到任何基准或对私有区块链表现的参考。更具体地说,Hyperledger Fabric和Corda上的任何交易性能基准数据?

1 个答案:

答案 0 :(得分:2)

Full disclosure: I work for R3, the company that are building the open source distributed ledger Corda.

Corda does not have a "global transaction speed limit" and this is because there is no centralisation of any part of the network. Also, we've designed Corda such that there is no requirement to include your transactions in the same blocks as other users - for the real world, it doesn't make sense to have to aggregate transactions in blocks like this.

Communication between nodes happens on a point to point basis; data that shouldn't be seen outside the parties involved in a transaction is never sent to those parties, they never see or are made aware that the transaction even exists. You can compare this to email - if users at @gmail.com are sending to users @yahoo.com, why should that effect the speed that @mail.ru can send to @hotmail.com ? Now obviously I have oversimplified this, but if I can point you to the Corda non technical white paper, you should be able to get a better understanding.

Effectively, you can transact with other members on the network as fast as you can send them network data ! Obviously, if you are dependent on other verifiers of these transactions, then this will slow you down, but otherwise no other actors or transactions on the network will affect your speed to transact.