关于 MongoDB 的一些事

发布于 2024-11-08 21:50:38 字数 113 浏览 6 评论 0原文

我是 MongoDB 的新手,谁能解释一下如何在企业应用程序中有效地使用它,从而提供良好的性能(使用联接、索引等)
也许还可以向我指出网络上的任何 MongoDB 生产应用程序。

I'm new to MongoDB, can anyone explain how it could be used in efficiently in enterprise applications, so as to give good performance (using joins, indexing etc.)
And perhaps also point me to any MongoDB production applications on the web.

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

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

发布评论

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

评论(3

×眷恋的温暖 2024-11-15 21:50:38

有关 MongoDB 的详细介绍,请查看 The Little MongoDB Book 。以下是当前在生产环境中使用 MongoDB 的网站列表。

For a good introduction to MongoDB, check out The Little MongoDB Book. Here's a list of sites currently using MongoDB in production.

小梨窩很甜 2024-11-15 21:50:38

您谈论连接和索引。看来你的头脑还在 RDBMS 世界里。 NoSQL 和 Mongo 不仅仅是不同的关系数据库,还有完全不同的数据管理和思考方式。您需要根据结构化对象而不是行来考虑数据模式。

You talk about Joins and Indexes. It seems your head is still in the RDBMS world. NoSQL and Mongo are not just different Relational Databases there a completely different way of managing and thinking of Data. You need to think of your data schema in terms of Structured Objects rather than rows.

懷念過去 2024-11-15 21:50:38

听起来你需要从头开始。 MongoDB.org 已经提供了您要求的大量信息。具体来说,请阅读他们关于用例的页面,以及关于生产部署

更具体的问题将得到更全面的答案和更少的反对票。

Sounds like you need to start from the beginning. MongoDB.org has a lot of the info you're asking for already available. Specifically, read their page on use cases, and the page on production deployments.

A more specific question would receive more comprehensive answers and fewer downvotes.

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