How to get millions of lines from Azure Table Storage when you know the Pkey and RowKey -
i have table in azure in keep users , information. want extract whole table subset of 400k, know pkey , rowkey -> user id.
is there operator $in (mongo) or in (sql). how transmit these rowkeys extract value line? it's huge array.
one way 1 one, take lot of time , cost much.
thank you.
you can't azure tables. best handle type of operation build secondary table contains information need. secondary information built @ same time primary table, sending batch operation updates both tables @ same time consistently. technique helps build index tables. see article example on how use batch operation.
Comments
Post a Comment