db.getCollection('folders').find({}).readPref('secondary').explain('executionStats');
select any database and set readPref to secondary for read call but when I check executionStats It show read from my Primary ?
why ?