Here is a great article on Azure Table Storage performance.
Short version always access via the Partition Key unless you want a table scan.
You can however search over a range of Partion Keys.
The most efficient version is Partition Key + Row Key
Random outpourings of a software developer
Here is a great article on Azure Table Storage performance.
Short version always access via the Partition Key unless you want a table scan.
You can however search over a range of Partion Keys.
The most efficient version is Partition Key + Row Key