fabric-chaincode-node icon indicating copy to clipboard operation
fabric-chaincode-node copied to clipboard

Read/write batching

Open bestbeforetoday opened this issue 9 months ago • 1 comments

Fabric v3.1.0 introduced a new performance optimization that allows ledger reads and writes to be performed in batches. This feature is described in the Peer to Chaincode Communication Optimization RFC.

fabric-chaincode-go provides a reference implementation of this functionality, which should be replicated by the Node chaincode libraries.

Implementation is composed of these component parts:

bestbeforetoday avatar May 19 '25 15:05 bestbeforetoday

@bestbeforetoday I would love to work on this, As you said in fabric-chaincode-java will start by implementation of New Stub API functions.

ArunRawat404 avatar May 22 '25 14:05 ArunRawat404

Hi, I’m a senior developer from Oracle’s Blockchain Platform team, and we’re really looking forward to this feature for our Node.js chaincodes. Do you have any updates on when it might become available?

Rishabhp68 avatar Nov 11 '25 07:11 Rishabhp68

PR #454 has not had any update since I reviewed it in May so it does not look like anyone is actively working on this feature right now. Any contributions — either to get the current PR over the finish line or to progress the implementation further — are of course very welcome.

bestbeforetoday avatar Nov 11 '25 10:11 bestbeforetoday