In Fabric there are two ordering types: Solo and Kafka. When using Kafka, it is possible to have multiple orderers per channel.
In addition to fault tolerance, would having more than one orderer per channel have speed improvements? My understanding is solo would actually be faster because it requires less overhead?
The official docs is pretty light on discussing performance implications regarding this topic.