Windows Azure Table Storage LINQ Operators
Posted
by Ryan Elkins
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Elkins
Published on 2010-05-11T21:24:10Z
Indexed on
2010/05/12
0:34 UTC
Read the original article
Hit count: 316
Currently Table Storage supports From, Where, Take, and First.
Are there plans to support any of the other 29 operators?
If we have to code for these ourselves, how much of a performance difference are we looking at to something similar via SQL and SQL Server? Do you see it being somewhat comparable or will it be far far slower if I need to do a Count or Sum or Group By over a gigantic dataset?
I like the Azure platform and the idea of cloud based storage. I like Windows Azure for the amount of data it can store and the schema-less nature of table storage. SQL Azure just won't work due to the high cost to storage space.
© Stack Overflow or respective owner