在分片环境中,如果我的应用程序连接到 mongod 而不是 mongos,会发生什么情况?

发布于 2024-11-26 14:39:36 字数 30 浏览 1 评论 0原文

数据应该进入一个分片还是将在各个分片之间分割?

The data should go to one shard or it will be splitted between the shards?

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

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

发布评论

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

评论(1

别闹i 2024-12-03 14:39:36

不要那样做。 :-)

没有明确的保护措施;将来这将是一个很好的改进。通常,分片集群中的 mongod 运行在与默认端口号不同的端口号上,因此很难意外地执行此操作。

系统管理员可能希望显式连接到这样的服务器来检查它——只要操作是只读的就可以了。您还可以在那里执行管理操作,例如重新索引等。

Don't do that. :-)

There isn't explicit protection against that; in the future that would be a good improvement. Typically the mongod's in a sharded cluster are running on a different port number than the default so it is difficult to accidentally do that.

A sysadmin may wish to explicitly connect to such a server to inspect it -- that is fine as long as the operations are read only. You could also do administrative actions there such as a reindex and such.

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