[MongoDB]: Different ways to Optimize your Cluster With Tag-Aware Sharding
MongoDB supports partitioning data using either a user-defined shard key index (composed of one or more fields present in all documents) or based on a hashed index on a single field (which also much be present in all documents). A…