在 Azure StorageClient 上执行加入
当我使用 Windows Azure 的 Storageclient 时,复制加入行为的最简单方法是什么
whats the easiest way to replicate the join behavior when I am using Storageclient for windows Azure
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
长话短说。使用表存储时无法复制连接行为;或者,更准确地说,任何实现这种行为的解决方案都会带来糟糕的性能。因此,如果您的代码根本无法扩展,那么使用表存储有什么意义呢?
对于表存储,您必须从一开始就考虑您的设计不需要任何连接。
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.