I have a solu开发者_如何学Gotion with a Azure table storage with up to a few tusands \"rows\" per customer (partition key).
When I run the same query multiple times against the Azure table storage, is it using caching and speeding up the subsequent queries?
I have a Webrole that is updating Azure Table storage, and I\'d like to force Fiddler to see it. What needs to be done 开发者_Python百科to make this happen?\"UseDevelopmentStorage=true;DevelopmentSto
If I have a new object, that is not context.Saved() in ADO.NET, how can I tell that apart from another object that hasn\'t been saved?
The Azure table whitepaper mentions that the x-ms-request-id is useful to send to Microsoft in the event there is an error working with the data.If I do have such an error, I\'d like my try...catch bl
I have tried to use the samples that Roger Jennings recommeded in his book, \"Cloud Computing with Windows Azure\", but he is using version 1.I\'m using v1.2 and there is a lot of differences.Firstly,
I have a reasonable number of records in an Azure Table that I\'m attempting to do some one time data encryption on.I thought that I could speed things up by using a Parallel.ForEach.Also because ther
Windows Azure Table has two distinct mechanisms for开发者_StackOverflow社区 altering an existing entity: Update, which modifies properties in place, and Merge which replaces the entire entity.
I have been tasked with downloading around 100 million rows of data from Azure Table Storage.The important thing here being speed.
I\'m looking for a common data access framework that will provide portability across various nosql databases like SimpleDB, Azure Tables, Cassandra, CouchDB, MongoDb, etc.I\'m开发者_开发百科 building