1) How big payload in terms of size, we can add in a single transaction in Hyperledger Fabric. I have millions of assets, ingesting into Fabric network. Maximum assets(Key-Value) can be added into the single transaction are 1000(Correct if I am wrong). Can we customize this number, so that a high number of an asset can be added in a single transaction in a short time?
2) What is an efficient way to trigger the huge number of an asset into the network?
I am trying to improve performance in terms of TPS and latency. I have already added necessary indexes and composite key (Couch DB)