Divjot, that was an amazing answer. Please see if you can get this added to a FAQ on the official MongoDB documentation. It details that 1) I shouldn’t have to worry about this and 2) If I’m having some issue with my network that there exist some hacky solutions to solve the problem of an unusually long connection time. Thanks!
Where should I go to get documentation on the error types/values which I can check for a given version of the mongo-go-driver? Particularly, I’m interested in an error value that I can check to tell if my CreateIndex call is being called on a collection for which that index already exists (ErrIndexExist or similar). Sorry, that this is a derivative topic.