Azure table query partial partitionkey guid match

℡╲_俬逩灬. 提交于 2019-12-11 01:42:27

问题


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 storage



来源:https://stackoverflow.com/questions/11796631/azure-table-query-partial-partitionkey-guid-match

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!