More than one point query to Azure storage service -
this question has reply here:
very slow on azure table storage query on partitionkey/rowkey list 2 answers query multiple rowkeys in azure 2 answersi have question point queries in azure. if have huge number of partition key/row key pairs there smart way create huge number of point queries fetch entities?
i can of course of study iterrate through n pairs , create n queries sense there smarter way.
thank you
i found reply joe giardino, microsoft:
if want several non contiguous row keys, issuing separate parallel individual queries of below form perform better. when specify both partitionkey , rowkey query considered "pointquery" performant option.
a) partitionkey == “mypk” && rowkey == “firstrk” b) partitionkey == “mypk” && rowkey == “secondrk"
azure storage point
No comments:
Post a Comment