In the Google Datastore documentation it says to avoid indexing monotonically increasing fields because they can lead to hotspots: link
What about indexing boolean
fields? Can those also lead to tablet hotspots since there are only two possible values? Is it safe to index boolean fields? What if they are a part of a composite index?