Differentiate between partition keys & partition key ranges in Azure Cosmos DB
问题 I'm having difficulty understanding the difference between the partition keys & the partition key ranges in Cosmos DB. I understand generally that a partition key in cosmos db is a JSON property/path within each document that is used to evenly distribute data among multiple partitions to avoid any uneven "hot partitions" -- and partition key decides the physical placement of documents. But its not clear to me how what the partition key range is...is this just a range of literal partition keys