Azure table query partial partitionkey guid match
问题 I have the below PartitionKey and want to find it via a "EndsWith" "092a2dca-7107-4859-a129-e590ebd86614" query. e306cdfc-f573-490c-937b-c283f2d61e6c|092a2dca-7107-4859-a129-e590ebd86614 Is there a way to do this via the Compare string method which is supported? 回答1: The answer is no. Do not do a partial look up on a Partition Key, that results in a regular old table scan. 回答2: I'd suggest watching this cloud cover episode where Jai Haridas walks through designing for scale in windows azure