Table support currently supports From, Where, Take, and First.
Are there any plans to support any of the 29 operators?
Are there architectural or design methods for storage that must be followed to implement features such as COUNT, SUM, GROUP BY, etc.
If we need to code these ourselves, how much is the difference in performance, do we look at something like this through SQL and SQL Server? You see that this is somewhat comparable or will be much slower if I need to make a graph or a sum or group on a giant dataset?
I like the Azure platform and the idea of โโcloud storage. I like Table Storage for the amount of data that it can store, and its schemas without limits. SQL Azure simply will not work due to the high cost of storage space.
source share