in lib mongo c driver would there be any benefit to increasing socket send/receive size with setsockopt SO_SNDBUF/SO_RCVBUF
that is assuming you don't send/receive huge single docs, but to somehow concatenate consecutive many write/reads to and from the mongo/s db ?
why nothing specified, I added it on the client side it doesn't seem to speed up much, is there any option for socket buffer size on client and server sides ?