Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Chaincode我可以在 IBM 超级账本中存储多少带有状态的数据?
Chaincode
我正在使用IBM Bluemix 托管。
我找不到任何指定大小限制的链接。
目前没有以字节为单位的大小限制。我们在一个用例的内部测试中看到,他们的链码向状态写入了太多内容,以至于节点无法在连接超时之前将其全部传输。所以,我想答案是没有限制,但你确实受到网络容量的限制。我希望这有帮助。