I'm querying data from a mongoDB
replica-set. The queries take quite a long time and I'd like to be sure that the data is not being read from the wrong node.
Is it possible to get the actual node being used for a given query?
I'm using the PHP mongoDB
client.