在 Azure StorageClient 上执行加入

发布于 2024-08-23 05:14:24 字数 59 浏览 6 评论 0原文

当我使用 Windows Azure 的 Storageclient 时,复制加入行为的最简单方法是什么

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

草莓味的萝莉 2024-08-30 05:14:24

长话短说。使用表存储时无法复制连接行为;或者,更准确地说,任何实现这种行为的解决方案都会带来糟糕的性能。因此,如果您的代码根本无法扩展,那么使用表存储有​​什么意义呢?

对于表存储,您必须从一开始就考虑您的设计不需要任何连接

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文