I got a bit confused with scallability for the blockchain technology and hyperledger fabric.
this paper: https://arxiv.org/pdf/1901.00910.pdf says that they can improve transaction throughput from 3000 to 20,000 transactions p/s.
In my use cases I want multiple factories to produce packages which they should transact into the blockchain. Afterwards the same product needs to swap ownership between the suppliers until it gets to the retailer. This should be done in hyperledger fabric.
My problem is: Considering that hunderds of factories make thousands of packages a day and the products being shipped through the supply chain? How can the blockchain cope with much more transactions than 20,000? Not: shipping between suppliers happens in batches.