0
I have documents with boolean fields in a mongo collection. To index these fields, is it better that their values are Number (0 or 1) or does it make a difference if they are Boolean? I have received some "slow query" alerts in the search by using these boolean fields.