I have nodes with both Ethernet and Infiniband interconnectsand I want to create sharded cluster. What is proper way to directly use Infiniband from MongoDB?
As I have already found out I need to setup Socket Direct Protocol in Java machine.I.e. I will have the following stack:mongo->tcp(sdp)->ib_ipoib->verbs->infiniband.
Do I correctly understand that?Or does other way exist?
And other question:What module use network to perform network operation in shared cluster (distributed reads/updates and so on)? Is it mongos?