Question

whats the easiest way to replicate the join behavior when I am using Storageclient for windows Azure

Was it helpful?

Solution

Long story short. You can't replicate the join behavior when you work with the Table Storage; or, more precisely, any solution, that achieves such behavior, comes with terrible performance. Thus, what the point of using Table Storage, if your code does not scale at all?

With Table Storage, you have to think your design from the start not to need any Join.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top