Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
1.11
-
None
-
None
Description
As of version 1.11, calls to Cursor.count(), Cursor.distinct() and Collection.group() are always sent to the master node in a replicated environment, even when using MasterSlaveConnection.
Sice they are read-only operations, it should be OK to do them on any slave server instead.